File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
djangoproject/templates/aggregator Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
< h2 > Local Django Communities</ h2 >
10
10
11
- {% if grouped_django_communities %}< h3 > Table of contents< a class ="plink " href ="#table-of-contents "> ¶</ a > </ h3 > {% endif %}
11
+ {% if grouped_django_communities %}< h3 id =" table-of-contents " > Table of contents< a class ="plink " href ="#table-of-contents "> ¶</ a > </ h3 > {% endif %}
12
12
< ul >
13
13
{% for local_django_community in grouped_django_communities %}
14
- < li > < a href ="#{{ local_django_community.grouper.title }}-meetups "> {{ local_django_community.grouper.title }}</ a > </ li >
14
+ < li > < a href ="#{{ local_django_community.grouper.title | lower }}-meetups "> {{ local_django_community.grouper.title }}</ a > </ li >
15
15
{% endfor %}
16
16
</ ul >
17
17
18
18
19
19
{% for local_django_community in grouped_django_communities %}
20
- < div class ="section ">
20
+ < div id =" {{ local_django_community.grouper.title | lower }}-meetups " class ="section ">
21
21
< h2 > {{ local_django_community.grouper.title }} < a class ="plink " href ="#{{ local_django_community.grouper.title | lower }}-meetups "> ¶</ a > </ h2 >
22
22
< ul >
23
23
{% for django_community in local_django_community.list %}
24
24
< li >
25
- < h3 id ="{{ django_community.slug }}-team "> {{ django_community.name }} < a class ="plink " href ="#{{ django_community.slug }}-meetup "> ¶</ a > </ h3 >
25
+ < h3 id ="{{ django_community.slug }}-meetup "> {{ django_community.name }} < a class ="plink " href ="#{{ django_community.slug }}-meetup "> ¶</ a > </ h3 >
26
26
< p class ="meta "> {{ django_community.city }}, {{ django_community.country }}
27
27
{% if django_community.is_active %}
28
28
Active
You can’t perform that action at this time.
0 commit comments