From b34f83f65e4d2f74844d19a4974f96143fdd8136 Mon Sep 17 00:00:00 2001 From: Matt Kohls Date: Wed, 13 Apr 2016 00:50:54 -0400 Subject: Initial graph working sensor.py added route to draw graph show_entries.html added spot for graph reformatted tabs --- templates/show_entries.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'templates') diff --git a/templates/show_entries.html b/templates/show_entries.html index 1f18d68..5a9d989 100644 --- a/templates/show_entries.html +++ b/templates/show_entries.html @@ -1,11 +1,13 @@ {% extends "layout.html" %} {% block body %} - {{ wgraph.render()|safe }} - +
+ +
+ {% endblock %} -- cgit v1.2.3