Skip to content

Commit 1139307

Browse files
committed
Added Fellow call for applicant banner.
1 parent 02ddff5 commit 1139307

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/templates/base_docs.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
{% block header %}
1313
{% comment %}
14-
<h1><a href="{% block doc_url %}{% url 'homepage' %}{% endblock %}">{% trans 'Documentation' %}</a></h1>
14+
<p><a href="{% block doc_url %}{% url 'homepage' %}{% endblock %}">{% trans 'Documentation' %}</a></p>
1515
{% endcomment %}
16-
<h1>
16+
<p>
1717
<a href="{% block doc_url %}{% url 'homepage' %}{% endblock %}">{% trans 'Documentation' %}</a> &ndash;
1818
<a href="https://www.djangoproject.com/weblog/2025/jun/09/django-fellow-applicants-2025/">
1919
DSF calls for applicants for a Django Fellow, deadline July 1!
2020
</a>
21-
</h1>
21+
</p>
2222
{% search_form %}
2323
{% endblock %}
2424

0 commit comments

Comments
 (0)