From 8cec44a35d8f38284f2ea52f2f338a7154d86afb Mon Sep 17 00:00:00 2001 From: Anshul Zilpe Date: Mon, 8 Dec 2025 23:09:21 +0530 Subject: Add djade linter and format templates. --- docs/templates/base_docs.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/templates/base_docs.html') 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 %} -

{% trans 'Documentation' %}

-{% endblock %} +

{% translate 'Documentation' %}

+{% endblock header %} {% block layout_class %}sidebar-right{% endblock %} -- cgit v1.3