From 48ebae3d816d0da8648124b2ff46cf4295e827fb Mon Sep 17 00:00:00 2001 From: Primal Pappachan Date: Mon, 26 Mar 2012 01:52:31 +0530 Subject: Added the Details Template --- template/allotter/details.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 template/allotter/details.html diff --git a/template/allotter/details.html b/template/allotter/details.html new file mode 100644 index 0000000..5beeb85 --- /dev/null +++ b/template/allotter/details.html @@ -0,0 +1,19 @@ +{% extends "base.html" %} + +{% block title %}Details form {% endblock %} + +{% block content %} +Please provide the following details. +
+{% csrf_token %} + + +{{ form.as_table }} +
+ +

These details cannot be changed once entered.

+ + +
+ +{% endblock content %} -- cgit