Skip to content

Commit 4987d6d

Browse files
committed
Removes fellow application banner
1 parent 4f20ee2 commit 4987d6d

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

djangoproject/templates/homepage.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@
55
{% block body_class %}homepage{% endblock %}
66
{% block layout_class %}column-container sidebar-right{% endblock %}
77

8-
{% block banner %}
9-
<section class="copy-banner" style="background: #44B78B; padding: 4px;">
10-
<div class="container">
11-
<p><a href="https://www.djangoproject.com/weblog/2025/jun/09/django-fellow-applicants-2025/">DSF calls for applicants for a Django Fellow, deadline July 1!</a></p>
12-
</div>
13-
</section>
14-
{% endblock %}
15-
168
{% block header %}
179
<p>
1810
<em>{% translate "Django makes it easier to build better web apps more quickly and with less code." %}</em>

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-
<p><a href="{% block doc_url %}{% url 'homepage' %}{% endblock %}">{% trans 'Documentation' %}</a></p>
15-
{% endcomment %}
16-
<p>
17-
<a href="{% block doc_url %}{% url 'homepage' %}{% endblock %}">{% trans 'Documentation' %}</a> &ndash;
18-
<a href="https://www.djangoproject.com/weblog/2025/jun/09/django-fellow-applicants-2025/">
19-
DSF calls for applicants for a Django Fellow, deadline July 1!
20-
</a>
21-
</p>
13+
<p><a href="{% block doc_url %}{% url 'homepage' %}{% endblock %}">{% trans 'Documentation' %}</a></p>
2214
{% search_form %}
2315
{% endblock %}
2416

0 commit comments

Comments
 (0)