Skip to content

Commit 5c22ad2

Browse files
sarahboycebmispelon
authored andcommitted
Moved 'Community' next to 'Foundation' in header.
1 parent 648bd9f commit 5c22ad2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

djangoproject/templates/includes/header.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
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>

0 commit comments

Comments
 (0)