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 /djangoproject/templates/base_community.html | |
| parent | 2469b99c2217d08c4772578469c6499b3d18ba7c (diff) | |
Add djade linter and format templates.
Diffstat (limited to 'djangoproject/templates/base_community.html')
| -rw-r--r-- | djangoproject/templates/base_community.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/djangoproject/templates/base_community.html b/djangoproject/templates/base_community.html index 7df7414a..4aee05ff 100644 --- a/djangoproject/templates/base_community.html +++ b/djangoproject/templates/base_community.html @@ -1,10 +1,12 @@ {% extends "base.html" %} -{% load fundraising_extras i18n hosts %} +{% load fundraising_extras hosts i18n %} {% block og_title %}{% translate "Django Community" %}{% endblock %} + {% block og_description %}{% translate "Building the Django Community. Come join us!" %}{% endblock %} {% block layout_class %}sidebar-right{% endblock %} + {% block title %}{% translate "Django Community" %}{% endblock %} {% block header %} @@ -18,7 +20,7 @@ {% endif %} {% translate "Come join us!" %} </p> -{% endblock %} +{% endblock header %} {% block content-related %} <div role="complementary"> @@ -66,4 +68,4 @@ <dd>{% translate "Download official logos" %}</dd> </dl> </div> -{% endblock %} +{% endblock content-related %} |
