aboutsummaryrefslogtreecommitdiffstats
path: root/templates/layout.html
diff options
context:
space:
mode:
authorMatt Kohls <mattkohls13@gmail.com>2016-04-12 02:12:00 -0400
committerMatt Kohls <mattkohls13@gmail.com>2016-04-12 02:12:00 -0400
commitd48715b967e7ba5bf87fe2df8ff31654cfb35b18 (patch)
tree123a482c4bfe9149fa22ad81347e263e158fa087 /templates/layout.html
parent614562bf2cf048b049af5304fead92a46f080d3e (diff)
downloadSensor-Server-d48715b967e7ba5bf87fe2df8ff31654cfb35b18.tar.gz
Sensor-Server-d48715b967e7ba5bf87fe2df8ff31654cfb35b18.tar.bz2
Sensor-Server-d48715b967e7ba5bf87fe2df8ff31654cfb35b18.zip
Adding code to draw graphs
sensor.py starting pygal graph draws not working templates/ removed references to login.html added place for graph to go
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>