Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Fix active changelog menu
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanerk committed May 23, 2020
1 parent 3d059a9 commit 5757c77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<a href="{% url 'competition-list' %}" class="item {% active 'competition-list' %}">Competitions</a>
<a href="{% url 'event-overview' %}" class="item {% active 'event-overview' %}">Events</a>
<a href="{% url 'public-group-list' %}" class="item {% active 'analysis' %}">Analysis</a>
<a href="{% url 'changelog' %}" class="item">Changelog</a>
<a href="{% url 'changelog' %}" class="{% active 'changelog' %} item">Changelog</a>
<a href="http://shop.lifesavingrankings.com" target="_blank" class="item">
Shop
<sup><i class="external alternate icon"></i></sup>
Expand Down

0 comments on commit 5757c77

Please sign in to comment.