From 8782fbe4766dc57e517eec622879d672d6d68378 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 19 Nov 2013 16:44:56 +0200 Subject: switch --- templates/issues/customer.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/issues/customer.html (limited to 'templates/issues/customer.html') diff --git a/templates/issues/customer.html b/templates/issues/customer.html new file mode 100644 index 0000000..a47ba32 --- /dev/null +++ b/templates/issues/customer.html @@ -0,0 +1,13 @@ +{% extends "issues/index.html" %} +{% load bootstrap3 %} +{% load i18n %} + +{% block main %} +
+ {% csrf_token %} + {% bootstrap_form form %} + {% buttons %} + + {% endbuttons %} +
+{% endblock main %} -- cgit v1.2.3