summaryrefslogtreecommitdiff
path: root/views/base.html
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-04-29 09:33:20 +0200
committerLinnnus <[email protected]>2024-04-29 09:33:20 +0200
commit4ea85a09f7ab6932472ecfcf43c82515928df477 (patch)
treed99431b87b1323e7ab9f4f2310cfe2d932c3d825 /views/base.html
parent3a33268067897b8670d0d39f5fd93e499230fd63 (diff)
Use oath userid to identify applicants
Diffstat (limited to 'views/base.html')
-rw-r--r--views/base.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/views/base.html b/views/base.html
index cba0c5d..3f65912 100644
--- a/views/base.html
+++ b/views/base.html
@@ -15,7 +15,6 @@
<li><a class="navbar__location" href="/index.html">About us</a></li>
<li><a class="navbar__location" href="/history.html">History</a></li>
<li><a class="navbar__location" href="/join_intro.html">Join</a></li>
- <li><a class="navbar__location" href="/battle">Log in</a></li>
</ul>
</header>
<main>{% block content %}{% endblock %}</main>