diff options
author | Filipp Lepalaan <f@230.to> | 2013-11-19 16:44:56 +0200 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2013-11-19 16:44:56 +0200 |
commit | 8782fbe4766dc57e517eec622879d672d6d68378 (patch) | |
tree | bec35a5bbddedba04c0a1ac34e105d6da7dc5ab4 /templates/issues/customer.html | |
parent | 1c760af665e388f921b770d9c5c3ded1fc11f626 (diff) | |
download | motor.old-8782fbe4766dc57e517eec622879d672d6d68378.tar.gz motor.old-8782fbe4766dc57e517eec622879d672d6d68378.tar.bz2 motor.old-8782fbe4766dc57e517eec622879d672d6d68378.zip |
switch
Diffstat (limited to 'templates/issues/customer.html')
-rw-r--r-- | templates/issues/customer.html | 13 |
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 %} |