From b494dfc0933c28729eaf8bc2105bbeb28d24ceae Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 17 Feb 2014 14:40:45 +0200 Subject: Initial commit --- apps/it/templates/edit_task.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apps/it/templates/edit_task.html (limited to 'apps/it/templates/edit_task.html') diff --git a/apps/it/templates/edit_task.html b/apps/it/templates/edit_task.html new file mode 100644 index 0000000..e1be666 --- /dev/null +++ b/apps/it/templates/edit_task.html @@ -0,0 +1,11 @@ +{% extends "default.html" %} +{% load bootstrap3 %} +{% load i18n %} + +{% block main %} +
+ {% csrf_token %} + {% bootstrap_form form %} + +
+{% endblock main %} -- cgit v1.2.3