From d48715b967e7ba5bf87fe2df8ff31654cfb35b18 Mon Sep 17 00:00:00 2001
From: Matt Kohls <mattkohls13@gmail.com>
Date: Tue, 12 Apr 2016 02:12:00 -0400
Subject: 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
---
 templates/layout.html | 5 -----
 1 file changed, 5 deletions(-)

(limited to 'templates/layout.html')

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>
-- 
cgit v1.2.3