From 2a0e009c856b0ad8a28b613fcfde8f6cd92dca02 Mon Sep 17 00:00:00 2001 From: Primal Pappachan Date: Tue, 27 Mar 2012 14:56:23 +0530 Subject: Added buildout files --- choice_seeker/template/allotter/details.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 choice_seeker/template/allotter/details.html (limited to 'choice_seeker/template/allotter/details.html') diff --git a/choice_seeker/template/allotter/details.html b/choice_seeker/template/allotter/details.html new file mode 100644 index 0000000..5beeb85 --- /dev/null +++ b/choice_seeker/template/allotter/details.html @@ -0,0 +1,19 @@ +{% extends "base.html" %} + +{% block title %}Details form {% endblock %} + +{% block content %} +Please provide the following details. +
+ +{% endblock content %} -- cgit