Skip to content

Commit

Permalink
Fix nav ID
Browse files Browse the repository at this point in the history
  • Loading branch information
devanubis committed Jun 2, 2023
1 parent ee8a5cc commit 6b3e554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangoproject/templates/includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="mobile-toggle">
{% include "includes/toggle_theme.html" %}
</div>
<nav id="top-navigation">
<nav id="header-navigation">
<ul>
<li{% if 'start' in request.path %} class="active"{% endif %}>
<a href="{% url 'overview' %}">Overview</a>
Expand Down

0 comments on commit 6b3e554

Please sign in to comment.