Skip to content

Commit eff1704

Browse files
committed
Added 2025 PyCharm banner
1 parent 12c9f14 commit eff1704

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

djangoproject/templates/base.html

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,18 @@
5757
</div>
5858
</section>
5959

60-
{% comment %}
61-
Replace the div#billboard below with banner using the skeleton here to
62-
add a site banner for surveys/promotions/etc
63-
64-
<div id="billboard">{% block billboard %}
65-
<div class="banner">
66-
<p> Banner content goes here </p>
67-
</div>
68-
{% endblock %}
60+
<div id="billboard">
61+
{% block billboard %}
62+
<div class="banner">
63+
<p>
64+
<a href="https://www.jetbrains.com/pycharm/promo/support-django/?utm_campaign=pycharm&utm_content=django25&utm_medium=referral&utm_source=dsf-banner">
65+
Until November 9, 2025, <em>get PyCharm for 30% off</em>.
66+
All money goes to the <em>Django Software Foundation</em>!
67+
</a>
68+
</p>
69+
</div>
70+
{% endblock %}
6971
</div>
70-
The CSS targets the `#billboard` selector and expects nested `div and `p` elements.
71-
elements.
72-
{% endcomment %}
73-
74-
<div id="billboard">{% block billboard %}{% endblock %}</div>
7572

7673
<div class="container {% block layout_class %}{% endblock %}">
7774
<main id="main-content">

0 commit comments

Comments
 (0)