diff options
Diffstat (limited to 'template/allotter/details.html')
-rw-r--r-- | template/allotter/details.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/template/allotter/details.html b/template/allotter/details.html deleted file mode 100644 index 5beeb85..0000000 --- a/template/allotter/details.html +++ /dev/null @@ -1,19 +0,0 @@ -{% extends "base.html" %} - -{% block title %}Details form {% endblock %} - -{% block content %} -Please provide the following details. -<form action="/allotter/details/" method="post"> -{% csrf_token %} - -<table> -{{ form.as_table }} -</table> - -<h2> These details cannot be changed once entered. </h2> - -<input type="submit" value="Submit" /> -</form> - -{% endblock content %} |