From 3918842683580a7265e4420febb13aadf7604e35 Mon Sep 17 00:00:00 2001
From: prathamesh
Date: Thu, 3 Jul 2014 17:31:19 +0530
Subject: Interface to create question paper
---
testapp/templates/exam/ajax_marks.html | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 testapp/templates/exam/ajax_marks.html
(limited to 'testapp/templates/exam/ajax_marks.html')
diff --git a/testapp/templates/exam/ajax_marks.html b/testapp/templates/exam/ajax_marks.html
new file mode 100644
index 0000000..716bb88
--- /dev/null
+++ b/testapp/templates/exam/ajax_marks.html
@@ -0,0 +1,4 @@
+
+{% for mark in marks %}
+
+{% endfor %}
--
cgit