Skip to content
Snippets Groups Projects
Commit 82a01ba7 authored by Tianye Guo's avatar Tianye Guo :ghost:
Browse files

Replace menu.html

parent c494bec2
No related branches found
No related tags found
No related merge requests found
Pipeline #476312 failed
......@@ -66,20 +66,10 @@
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="{{ url_for('pages', page='team') }}">Members</a></li>
<li><a class="dropdown-item" href="{{ url_for('pages', page='attributions') }}">Attributions</a></li>
<li><a class="dropdown-item" href="{{ url_for('pages', page='logo') }}">Logo</a></li>
</ul>
</li>
<!---- JUDGE ---->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Judge
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="{{ url_for('pages', page='criteria') }}">Criteria</a></li>
<li><a class="dropdown-item" href="{{ url_for('pages', page='judging') }}">Judging</a></li>
<li><a class="dropdown-item" href="{{ url_for('pages', page='form') }}">Form</a></li>
<li><a class="dropdown-item" href="{{ url_for('pages', page='attributions') }}">Attributions</a></li>
<li><a class="dropdown-item" href="{{ url_for('pages', page='contribution') }}">Contribution</a></li>
<li><a class="dropdown-item" href="{{ url_for('pages', page='judging_form') }}">Judging Form</a></li>
</ul>
</li>
</ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment