diff -r a5bbfbe5feb1 -r 08a47999f316 template/submission.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/template/submission.html Thu Sep 03 17:31:12 2009 +0530
@@ -0,0 +1,68 @@
+
+
+
+
+OCR
+
+
+
+
+
+
+
+
+
+
+
+
+ {% block content %}
+
+
+ Name |
+ Email-id |
+ Language |
+ Age |
+ Phone Number |
+ Category |
+ File |
+
+ {% for participant in participants %}
+
+ {{ participant.name }} |
+ {{ participant.email }} |
+ {{ participant.language }} |
+ {{ participant.phonenumber }} |
+ {{ participant.age }} |
+ {{ participant.category }} |
+ {{ file }} |
+
+ {% endfor %}
+
+ {% endblock %}
+
+
+
+
+
+
+
+
+