Skip to content

Commit

Permalink
Added link to leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
dlareau committed Mar 27, 2021
1 parent 4fe5d4f commit 7f056cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions huntserver/templates/hunt_base.html
Expand Up @@ -32,6 +32,9 @@
</li>
{% endif %}
<li><a href="{% url 'huntserver:current_hunt_info' %}"> Hunt Info </a></li>
<li class='{% active_page request "leaderboard" %}'>
<a href="{% url 'huntserver:leaderboard' %}"> Leaderboard </a>
</li>
{% endblock %}

{% block content_wrapper %}
Expand Down

0 comments on commit 7f056cd

Please sign in to comment.