diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html index d7ced51..b29bd45 100644 --- a/app/templates/dashboard.html +++ b/app/templates/dashboard.html @@ -42,65 +42,86 @@ - -
-

Filter Readings

-
-
- - -
-
- - -
-
-
-
-
+ + +
+
+
+ + +
+
+ + +
+
+
+ +
+
+
- - - - - - - - - - - - {% for reading in readings %} - - - - - - - - {% else %} - - - - {% endfor %} - -
TimestampSystolicDiastolicHeart RateActions
{{ reading.timestamp }}{{ reading.systolic }}{{ reading.diastolic }}{{ reading.heart_rate }} - Edit -
- {{ delete_form.hidden_tag() }} - -
-
No readings found.
+
+ + + + + + + + + + + + + {% for reading in readings %} + + + + + + + {% else %} + + + + {% endfor %} + +
TimestampBlood Pressure (mmHg)Heart RateActions
{{ reading.timestamp.strftime('%d %b %Y, %I:%M %p') + }} + + {{ reading.systolic }}/{{ reading.diastolic }} + {{ reading.heart_rate }} + Edit +
+ {{ delete_form.hidden_tag() }} + +
+
No readings found.
+
+ {% endblock %} \ No newline at end of file