summaryrefslogtreecommitdiff
path: root/djangoproject/templates/aggregator/local-django-community.html
diff options
context:
space:
mode:
Diffstat (limited to 'djangoproject/templates/aggregator/local-django-community.html')
-rw-r--r--djangoproject/templates/aggregator/local-django-community.html11
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 %}