summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-06-11 11:19:14 +0200
committerSaptak Sengupta <saptak013@gmail.com>2025-06-12 13:13:55 +0530
commit3433db1a1421b3bf8d02f9b5245a112a9576cea7 (patch)
tree787cb28df445f69bc87de77c28e4a44c2928772a /docs
parentbf76e716c271f48d3bc818d841c310f5601ec83b (diff)
Added Fellow call for applicant banner.
Diffstat (limited to 'docs')
-rw-r--r--docs/templates/base_docs.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/templates/base_docs.html b/docs/templates/base_docs.html
index 453818ab..596000d9 100644
--- a/docs/templates/base_docs.html
+++ b/docs/templates/base_docs.html
@@ -10,7 +10,15 @@
{% endblock %}
{% block header %}
- <p><a href="{% block doc_url %}{% url 'homepage' %}{% endblock %}">{% trans 'Documentation' %}</a></p>
+ {% comment %}
+ <p><a href="{% block doc_url %}{% url 'homepage' %}{% endblock %}">{% trans 'Documentation' %}</a></p>
+ {% endcomment %}
+ <p>
+ <a href="{% block doc_url %}{% url 'homepage' %}{% endblock %}">{% trans 'Documentation' %}</a> &ndash;
+ <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>
{% search_form %}
{% endblock %}