Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed 2024 Pycharm banner #1553

Merged
merged 1 commit into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading