File tree Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change 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 ">
You can’t perform that action at this time.
0 commit comments