aboutsummaryrefslogtreecommitdiffstats
path: root/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layout.html')
-rw-r--r--templates/layout.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/layout.html b/templates/layout.html
index 0f32195..2a06690 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -4,11 +4,6 @@
<div class=page>
<h1>Weather</h1>
<div class=metanav>
- {% if not session.logged_in %}
- <a href="{{ url_for('login') }}">log in</a>
- {% else %}
- <a href="{{ url_for('logout') }}">log out</a>
- {% endif %}
</div>
{% for message in get_flashed_messages() %}
<div class=flash>{{ message }}</div>