From d48715b967e7ba5bf87fe2df8ff31654cfb35b18 Mon Sep 17 00:00:00 2001 From: Matt Kohls 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/show_entries.html | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'templates/show_entries.html') diff --git a/templates/show_entries.html b/templates/show_entries.html index 5d9ff1a..1f18d68 100644 --- a/templates/show_entries.html +++ b/templates/show_entries.html @@ -1,18 +1,6 @@ {% extends "layout.html" %} {% block body %} - {% if session.logged_in %} -
-
-
Temperature: -
-
Humidity: -
-
Pressure: -
-
-
-
- {% endif %} + {{ wgraph.render()|safe }}