From c0121b9b7f5041f6434a2e2dd24d3c68ed84b582 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 31 Jan 2013 20:08:20 +0200 Subject: Initial commit --- timer/templates/alarm.html | 68 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 timer/templates/alarm.html (limited to 'timer/templates/alarm.html') diff --git a/timer/templates/alarm.html b/timer/templates/alarm.html new file mode 100644 index 0000000..a9a6b54 --- /dev/null +++ b/timer/templates/alarm.html @@ -0,0 +1,68 @@ +{% extends "default.html" %} + +{% block js %} + + + +{% endblock js %} + +{% block content %} +
+
+
+
+
+
+{% endblock content %} -- cgit v1.2.3