diff options
author | 2018-05-19 19:34:44 +0100 | |
---|---|---|
committer | 2018-05-19 19:34:44 +0100 | |
commit | 44453da722f7be76b50e391ca96d0b71a2c49acd (patch) | |
tree | 0ee508b63e0d1382ee68b30d91605988e9aaf80d /templates/main/navigation.html | |
parent | [Jams] Some amount of public display, but links not ready yet (diff) |
[Jams] Signups code is more or less done, just a few things left
Diffstat (limited to 'templates/main/navigation.html')
-rw-r--r-- | templates/main/navigation.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/main/navigation.html b/templates/main/navigation.html index 391bbcf5..4e2ed369 100644 --- a/templates/main/navigation.html +++ b/templates/main/navigation.html @@ -107,12 +107,6 @@ <li><a href="{{ url_for('main.jams.index') }}">Info</a></li> {% endif %} - {% if current_page == "main.jams.signup" %} - <li class="uk-active"><a href="{{ url_for('main.jams.signup') }}">Sign Up</a></li> - {% else %} - <li><a href="{{ url_for('main.jams.signup') }}">Sign Up</a></li> - {% endif %} - <li class="uk-nav-divider"></li> {% if current_page.startswith("main.about.privacy") %} |