diff --git a/core/templates/timer_detail.html b/core/templates/timer_detail.html new file mode 100644 index 00000000..8f842d98 --- /dev/null +++ b/core/templates/timer_detail.html @@ -0,0 +1,19 @@ +{% extends 'babyblotter/page.html' %} + +{% block title %}{{ object }}{% endblock %} + +{% block content %} +
Started {{ object.start }} by {{ object.user }}
+ + Feeding + + Sleep + + Tummy Time + + Delete Timer + +