From 4e7f80cd2ec5984f1ba211eef7fb103c283c2a10 Mon Sep 17 00:00:00 2001 From: Christopher Charbonneau Wells Date: Mon, 21 Aug 2017 20:10:00 -0400 Subject: [PATCH] Create a mockup of a couple of days of sleep data using progress bars. --- reports/templates/reports/sleep.html | 43 +++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/reports/templates/reports/sleep.html b/reports/templates/reports/sleep.html index fd1f1432..ead68924 100644 --- a/reports/templates/reports/sleep.html +++ b/reports/templates/reports/sleep.html @@ -3,5 +3,46 @@ {% block title %}Sleep Report - {{ object }}{% endblock %} {% block content %} - Sleep report for {{ object }}. +
+ Sleep report for {{ object }}. +
+ +
+ 8 Aug +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 7 Aug +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{% endblock %} \ No newline at end of file