Skip to content

Commit

Permalink
TS-80: Added links to contests and tasks to header
Browse files Browse the repository at this point in the history
  • Loading branch information
DenVilk committed Dec 13, 2024
1 parent 7947d22 commit 5563049
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/web/templates/includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="{% url 'index' %}">{% trans 'HomePageName' %}</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="{% url 'contests' %}">{% trans 'Contests' %}</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="{% url 'tasks' %}">{% trans 'Tasks' %}</a>
</li>
{% if not request.user.is_authenticated %}
<li class="nav-item">
<a class="nav-link active" href="{% url 'login' %}">{% trans "LoginPageName" %}</a>
Expand Down

0 comments on commit 5563049

Please sign in to comment.