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

Commit

Permalink
feat(submission_page): submissions list tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizaMaluf committed Nov 29, 2023
1 parent bee9204 commit 11103bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<a class="nav-link text-white" href="#">
Ranking
</a>
<a class="nav-link" href="{% url 'submissions: submissions_list' %}">Submissions</a>
</li>
</ul>
{% if request.user.is_authenticated %}
Expand Down

0 comments on commit 11103bb

Please sign in to comment.