diff options
| author | Anshul Zilpe <anshulzilpe@gmail.com> | 2025-12-08 23:09:21 +0530 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2026-05-08 12:45:50 +0200 |
| commit | 8cec44a35d8f38284f2ea52f2f338a7154d86afb (patch) | |
| tree | d9d97b0047985cd857bcc7ed0fb95569db321cae /docs/templates/base_docs.html | |
| parent | 2469b99c2217d08c4772578469c6499b3d18ba7c (diff) | |
Add djade linter and format templates.
Diffstat (limited to 'docs/templates/base_docs.html')
| -rw-r--r-- | docs/templates/base_docs.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/templates/base_docs.html b/docs/templates/base_docs.html index 82d6a3a7..d4484cb2 100644 --- a/docs/templates/base_docs.html +++ b/docs/templates/base_docs.html @@ -3,14 +3,14 @@ {% block html_language_code %}{{ lang|default:"en" }}{% endblock %} -{% block title %}{% trans 'Django Documentation' %}{% endblock %} +{% block title %}{% translate 'Django Documentation' %}{% endblock %} {% block header-classes %} container--flex container--flex--wrap--mobile -{% endblock %} +{% endblock header-classes %} {% block header %} - <p><a href="{% block doc_url %}{% url 'homepage' %}{% endblock %}">{% trans 'Documentation' %}</a></p> -{% endblock %} + <p><a href="{% block doc_url %}{% url 'homepage' %}{% endblock %}">{% translate 'Documentation' %}</a></p> +{% endblock header %} {% block layout_class %}sidebar-right{% endblock %} |
