aboutsummaryrefslogtreecommitdiffstats
path: root/templates/issues/customer.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/issues/customer.html')
-rw-r--r--templates/issues/customer.html13
1 files changed, 13 insertions, 0 deletions
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 %}
+ <form method="post" action="">
+ {% csrf_token %}
+ {% bootstrap_form form %}
+ {% buttons %}
+ <button type="submit" class="btn btn-primary">{% trans "Submit" %}</button>
+ {% endbuttons %}
+ </form>
+{% endblock main %}