Skip to content

Commit

Permalink
Removed 2024 Pycharm banner
Browse files Browse the repository at this point in the history
  • Loading branch information
bmispelon committed Jun 20, 2024
1 parent c32a4a6 commit eff3454
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 23 deletions.
3 changes: 0 additions & 3 deletions djangoproject/templates/fundraising/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@
{% block og_description %}Support Django development by donating to the Django Software Foundation{% endblock %}

{% block header %}
<h1><a href="https://www.jetbrains.com/pycharm/promo/support-django/?utm_campaign=pycharm&amp;utm_content=django-fundraiser-24&amp;utm_medium=referral&amp;utm_source=djangoproject.com">Until June 19, 2024, <em>get PyCharm for 30% off</em>. All money goes to the <em>Django Software Foundation</em>!</a></h1>
{% comment %}
<h1 class="visuallyhidden">Support Django</h1>
<p><em>Support Django development</em> by donating to the <em>Django Software Foundation</em>.</p>
{% endcomment %}
{% endblock %}

{% block messages %}
Expand Down
7 changes: 0 additions & 7 deletions djangoproject/templates/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
{% block layout_class %}sidebar-right{% endblock %}

{% block header %}
<div class="copy-banner" style="background: #44B78B;">
<div class="container">
<h1><a href="https://www.jetbrains.com/pycharm/promo/support-django/?utm_campaign=pycharm&amp;utm_content=django-fundraiser-24&amp;utm_medium=referral&amp;utm_source=djangoproject.com"
style="font-weight: bold;">Until June 19, 2024, get PyCharm at 30% off. All money goes to the DSF!</a>
</h1>
</div>
</div>
<h1 class="visuallyhidden">Django</h1>
<p>
<em>Django makes it easier to build better web apps more quickly and with less code.</em>
Expand Down
5 changes: 1 addition & 4 deletions djangoproject/templates/releases/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
{% block og_image_height %}480{% endblock %}

{% block header %}
<h1>
Download &ndash;
<a href="https://www.jetbrains.com/pycharm/promo/support-django/?utm_campaign=pycharm&amp;utm_content=django-fundraiser-24&amp;utm_medium=referral&amp;utm_source=djangoproject.com">Until June 19, 2024, <em>get PyCharm for 30% off</em>. All money goes to the <em>Django Software Foundation</em>!</a>
</h1>
<h1>Download</h1>
{% endblock %}

{% block content %}
Expand Down
10 changes: 1 addition & 9 deletions docs/templates/base_docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,7 @@
{% endblock %}

{% block header %}
{% comment %}
<h1><a href="{% block doc_url %}{% url 'homepage' %}{% endblock %}">{% trans 'Documentation' %}</a></h1>
{% endcomment %}
<h1>
<a href="{% block doc_url %}{% url 'homepage' %}{% endblock %}">{% trans 'Documentation' %}</a> &ndash;
<a href="https://www.jetbrains.com/pycharm/promo/support-django/?utm_campaign=pycharm&amp;utm_content=django-fundraiser-24&amp;utm_medium=referral&amp;utm_source=djangoproject.com">
Until June 19, 2024, <em>get PyCharm at 30% off</em>.<br>All money goes to the <em>DSF!</em>
</a>
</h1>
<h1><a href="{% block doc_url %}{% url 'homepage' %}{% endblock %}">{% trans 'Documentation' %}</a></h1>
{% search_form %}
{% endblock %}

Expand Down

0 comments on commit eff3454

Please sign in to comment.