From a612e66b62c2db06c34054c6fca9b52f443d9e01 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sat, 21 Apr 2012 16:41:59 +0530 Subject: [PATCH] add test_profile template --- itf/templates/test/person_form.html | 33 +++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 itf/templates/test/person_form.html diff --git a/itf/templates/test/person_form.html b/itf/templates/test/person_form.html new file mode 100644 index 0000000..d61c651 --- /dev/null +++ b/itf/templates/test/person_form.html @@ -0,0 +1,33 @@ +{% extends 'noel/base.html' %} +{% load crispy_forms_tags %} + +{% block extra_head %} + + + + + + + + +{% endblock %} + + +{% block content %} +
+
+
+
+
+ + {{ form|crispy }} +
+
+
+ +
+{% endblock %}