summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
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>