From 614562bf2cf048b049af5304fead92a46f080d3e Mon Sep 17 00:00:00 2001 From: Matt Kohls Date: Mon, 11 Apr 2016 23:53:38 -0400 Subject: Initial Commit. Basic webapp that can save/display weather data --- templates/show_entries.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 templates/show_entries.html (limited to 'templates/show_entries.html') diff --git a/templates/show_entries.html b/templates/show_entries.html new file mode 100644 index 0000000..5d9ff1a --- /dev/null +++ b/templates/show_entries.html @@ -0,0 +1,23 @@ +{% extends "layout.html" %} +{% block body %} + {% if session.logged_in %} +
+
+
Temperature: +
+
Humidity: +
+
Pressure: +
+
+
+
+ {% endif %} + +{% endblock %} -- cgit v1.2.3