summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorAnson Bridges <bridges.anson@gmail.com>2026-04-03 16:26:39 -0700
committerAnson Bridges <bridges.anson@gmail.com>2026-04-03 16:26:39 -0700
commit97ccdd6fedaec5b0547d7a7e138f30a3389b845a (patch)
treead6a85a52bac6558547f0db028a2c80d9ffded4f /templates/base.html
parentdc5096c18c6b98f410fd769f989c5404de44ba71 (diff)
register page
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 41fab17..56c97e7 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -27,6 +27,7 @@
<a href="{{ url_for('logout') }}">Logout ({{ current_user.username }})</a>
{% else %}
<a href="{{ url_for('login') }}">Login</a>
+ <a href="{{ url_for('register') }}">Join the League</a>
{% endif %}
</nav>
</header>