From eec30e7095c47c62bd2fe14396193ed053700ffe Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 1 Jun 2011 06:46:13 +0530 Subject: [PATCH] forgot to add template --- edgware/templates/upload_files.html | 120 ++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 edgware/templates/upload_files.html diff --git a/edgware/templates/upload_files.html b/edgware/templates/upload_files.html new file mode 100644 index 0000000..860f4ba --- /dev/null +++ b/edgware/templates/upload_files.html @@ -0,0 +1,120 @@ +{% extends 'base.html' %} + +{% block head %} + + + + + + + + +{% endblock %} + + + +{% block body %} +
+
+
+ {{ categoryForm.as_p }} + +
+
+ +
+
+ + + + +
+ +
    + +
+
+
+
+ +{% endblock %}