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/aggregator/local-django-community.html | |
| parent | 2469b99c2217d08c4772578469c6499b3d18ba7c (diff) | |
Add djade linter and format templates.
Diffstat (limited to 'djangoproject/templates/aggregator/local-django-community.html')
| -rw-r--r-- | djangoproject/templates/aggregator/local-django-community.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/djangoproject/templates/aggregator/local-django-community.html b/djangoproject/templates/aggregator/local-django-community.html index b8de2eef..f9c606f0 100644 --- a/djangoproject/templates/aggregator/local-django-community.html +++ b/djangoproject/templates/aggregator/local-django-community.html @@ -3,7 +3,7 @@ {% block content %} -{# Group meetups by country and then by location #} +{# Group meetups by country and then by location #} {% regroup django_communities|dictsort:"continent" by continent as grouped_django_communities %} @@ -14,14 +14,14 @@ {% if grouped_django_communities %}<h3 id="table-of-contents">{% translate "Table of contents" %}<a class="plink" href="#table-of-contents"> ¶</a></h3>{% endif %} <ul> {% for local_django_community in grouped_django_communities %} - <li><a href="#{{ local_django_community.grouper.title | lower }}-meetups">{{ local_django_community.grouper.title }}</a></li> + <li><a href="#{{ local_django_community.grouper.title|lower }}-meetups">{{ local_django_community.grouper.title }}</a></li> {% endfor %} </ul> {% for local_django_community in grouped_django_communities %} - <div id="{{ local_django_community.grouper.title | lower }}-meetups" class="section"> - <h2>{{ local_django_community.grouper.title }} <a class="plink" href="#{{ local_django_community.grouper.title | lower }}-meetups">¶</a></h2> + <div id="{{ local_django_community.grouper.title|lower }}-meetups" class="section"> + <h2>{{ local_django_community.grouper.title }} <a class="plink" href="#{{ local_django_community.grouper.title|lower }}-meetups">¶</a></h2> <ul> {% for django_community in local_django_community.list %} <li> @@ -50,5 +50,4 @@ {% translate "Local Django communities are coming soon. Please check back later." %} {% endfor %} -{##} -{% endblock %} +{% endblock content %} |
