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/labels.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 timer/templates/labels.html (limited to 'timer/templates/labels.html') diff --git a/timer/templates/labels.html b/timer/templates/labels.html new file mode 100644 index 0000000..325f5e7 --- /dev/null +++ b/timer/templates/labels.html @@ -0,0 +1,31 @@ +{% extends "timer.html" %} + +{% block content %} +
+
+

Labels

+ Add +
+
+
    + {% include "label_list.html" %} +
+
+
+
+ {% csrf_token %} + + + +
+
+
+{% endblock content %} -- cgit v1.2.3