summaryrefslogtreecommitdiff
path: root/djangoproject/templates/members/team_list.html
diff options
context:
space:
mode:
authorAnshul Zilpe <anshulzilpe@gmail.com>2025-12-08 23:09:21 +0530
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2026-05-08 12:45:50 +0200
commit8cec44a35d8f38284f2ea52f2f338a7154d86afb (patch)
treed9d97b0047985cd857bcc7ed0fb95569db321cae /djangoproject/templates/members/team_list.html
parent2469b99c2217d08c4772578469c6499b3d18ba7c (diff)
Add djade linter and format templates.
Diffstat (limited to 'djangoproject/templates/members/team_list.html')
-rw-r--r--djangoproject/templates/members/team_list.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/djangoproject/templates/members/team_list.html b/djangoproject/templates/members/team_list.html
index 5f06a4cd..541e9307 100644
--- a/djangoproject/templates/members/team_list.html
+++ b/djangoproject/templates/members/team_list.html
@@ -2,6 +2,7 @@
{% load i18n %}
{% block og_title %}{% translate "Meet the Teams | Django Software Foundation" %}{% endblock %}
+
{% block og_description %}{% spaceless %}
{% blocktranslate trimmed %}
Get to know the teams behind the Django Software Foundation,
@@ -9,13 +10,13 @@
their roles and responsibilities in advancing the development and
adoption of the Django web framework.
{% endblocktranslate %}
-{% endspaceless %}{% endblock %}
+{% endspaceless %}{% endblock og_description %}
{% block content %}
<h2>{% translate "Teams" %}</h2>
<p>
- {% url 'document-detail' lang='en' version='dev' url='internals/organization' host 'docs' as organization_url %}
+ {% url 'document-detail' lang='en' version='dev' url='internals/organization' host 'docs' as organization_url %}
{% blocktranslate trimmed %}
The following teams are groups of people who support the Django project
and the Django Software Foundation. Apart from the Django Fellows, who
@@ -43,4 +44,4 @@
</div>
{% endfor %}
-{% endblock %}
+{% endblock content %}