File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
djangoproject/templates/includes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 < li {% if 'weblog' in request.path %} class="active "{% endif %} >
2828 < a href ="{% url 'weblog:index' %} "> News</ a >
2929 </ li >
30- < li {% if 'community' in request.path or 'conduct' in request.path %} class="active "{% endif %} >
31- < a href ="{% url 'community-index' %} "> Community</ a >
32- </ li >
3330 < li >
3431 < a href ="https://github.com/django/django " target ="_blank " rel ="noopener "> Code</ a >
3532 </ li >
3633 < li >
3734 < a href ="https://code.djangoproject.com/ "> Issues</ a >
3835 </ li >
36+ < li {% if 'community' in request.path or 'conduct' in request.path %} class="active "{% endif %} >
37+ < a href ="{% url 'community-index' %} "> Community</ a >
38+ </ li >
3939 < li {% if 'foundation' in request.path %} class="active "{% endif %} >
4040 < a href ="{% url 'homepage' %}foundation/ "> Foundation</ a >
4141 </ li >
You can’t perform that action at this time.
0 commit comments