We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ddff5 commit 1139307Copy full SHA for 1139307
docs/templates/base_docs.html
@@ -11,14 +11,14 @@
11
12
{% block header %}
13
{% comment %}
14
- <h1><a href="{% block doc_url %}{% url 'homepage' %}{% endblock %}">{% trans 'Documentation' %}</a></h1>
+ <p><a href="{% block doc_url %}{% url 'homepage' %}{% endblock %}">{% trans 'Documentation' %}</a></p>
15
{% endcomment %}
16
- <h1>
+ <p>
17
<a href="{% block doc_url %}{% url 'homepage' %}{% endblock %}">{% trans 'Documentation' %}</a> –
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
- </h1>
+ </p>
22
{% search_form %}
23
{% endblock %}
24
0 commit comments