From 63b0fc6269b38edf7234b9f151b80d81f614c0a3 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Tue, 4 Aug 2015 10:11:24 +0300 Subject: Initial commit First public commit --- servo/templates/checkin/customer_form.html | 87 ++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 servo/templates/checkin/customer_form.html (limited to 'servo/templates/checkin/customer_form.html') diff --git a/servo/templates/checkin/customer_form.html b/servo/templates/checkin/customer_form.html new file mode 100644 index 0000000..305c67a --- /dev/null +++ b/servo/templates/checkin/customer_form.html @@ -0,0 +1,87 @@ +{% load i18n %} +{% load bootstrap3 %} + +
+
+ {% bootstrap_field customer_form.phone %} +
+
+ {% bootstrap_field customer_form.email %} +
+
+ +
+
+ {% bootstrap_field customer_form.fname %} +
+
+ {% bootstrap_field customer_form.lname %} +
+
+
+
+ {% bootstrap_field customer_form.address %} +
+
+ {% bootstrap_field customer_form.company %} +
+
+
+
+
+
+ {% bootstrap_field customer_form.postal_code %} +
+
+ {% bootstrap_field customer_form.city %} +
+
+
+
+ {% bootstrap_field customer_form.country %} +
+
+{% comment %} +
+
+ {% bootstrap_field customer_form.notify_by_sms %} + {% bootstrap_field customer_form.notify_by_email %} +
+
+{% endcomment %} + +{% block media %} +{% if request.user.is_authenticated %} + +{% endif %} +{% endblock media %} -- cgit v1.2.3