Skip to content

Commit 41718b8

Browse files
committed
Removed PyCharm banners for 2024 fundraiser
This reverts commit d031005.
1 parent 9eb7e99 commit 41718b8

File tree

4 files changed

+2
-23
lines changed

4 files changed

+2
-23
lines changed

djangoproject/templates/fundraising/index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,8 @@
88
{% block og_description %}Support Django development by donating to the Django Software Foundation{% endblock %}
99

1010
{% block header %}
11-
<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 October 6, 2024, <em>get PyCharm for 30% off</em>. All money goes to the <em>Django Software Foundation</em>!</a></h1>
12-
{% comment %}
1311
<h1 class="visuallyhidden">Support Django</h1>
1412
<p><em>Support Django development</em> by donating to the <em>Django Software Foundation</em>.</p>
15-
{% endcomment %}
1613
{% endblock %}
1714

1815
{% block messages %}

djangoproject/templates/homepage.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
{% block layout_class %}sidebar-right{% endblock %}
77

88
{% block header %}
9-
<div class="copy-banner" style="background: #44B78B;">
10-
<div class="container">
11-
<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"
12-
style="font-weight: bold;">Until October 6, 2024, get PyCharm at 30% off. All money goes to the DSF!</a>
13-
</h1>
14-
</div>
15-
</div>
169
<h1 class="visuallyhidden">Django</h1>
1710
<p>
1811
<em>Django makes it easier to build better web apps more quickly and with less code.</em>

djangoproject/templates/releases/download.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
{% block og_image_height %}480{% endblock %}
1414

1515
{% block header %}
16-
<h1>
17-
Download &ndash;
18-
<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 October 6, 2024, <em>get PyCharm for 30% off</em>. All money goes to the <em>Django Software Foundation</em>!</a>
19-
</h1>
16+
<h1>Download</h1>
2017
{% endblock %}
2118

2219
{% block content %}

docs/templates/base_docs.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,7 @@
1010
{% endblock %}
1111

1212
{% block header %}
13-
{% comment %}
14-
<h1><a href="{% block doc_url %}{% url 'homepage' %}{% endblock %}">{% trans 'Documentation' %}</a></h1>
15-
{% endcomment %}
16-
<h1>
17-
<a href="{% block doc_url %}{% url 'homepage' %}{% endblock %}">{% trans 'Documentation' %}</a> &ndash;
18-
<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">
19-
Until October 6, 2024, <em>get PyCharm at 30% off</em>.<br>All money goes to the <em>DSF!</em>
20-
</a>
21-
</h1>
13+
<h1><a href="{% block doc_url %}{% url 'homepage' %}{% endblock %}">{% trans 'Documentation' %}</a></h1>
2214
{% search_form %}
2315
{% endblock %}
2416

0 commit comments

Comments
 (0)