Skip to content

Commit

Permalink
Changed end date of pycharm campaign
Browse files Browse the repository at this point in the history
  • Loading branch information
bmispelon committed Jun 16, 2024
1 parent 1c233fd commit eea0246
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion djangoproject/templates/fundraising/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% 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 15, 2024, <em>get PyCharm for 30% off</em>. All money goes to the <em>Django Software Foundation</em>!</a></h1>
<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>
Expand Down
2 changes: 1 addition & 1 deletion djangoproject/templates/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<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 15, 2024, get PyCharm at 30% off. All money goes to the DSF!</a>
style="font-weight: bold;">Until June 19, 2024, get PyCharm at 30% off. All money goes to the DSF!</a>
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/templates/base_docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1><a href="{% block doc_url %}{% url 'homepage' %}{% endblock %}">{% trans 'Do
<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 15, 2024, <em>get PyCharm at 30% off</em>.<br>All money goes to the <em>DSF!</em>
Until June 19, 2024, <em>get PyCharm at 30% off</em>.<br>All money goes to the <em>DSF!</em>
</a>
</h1>
{% search_form %}
Expand Down

0 comments on commit eea0246

Please sign in to comment.