From f2d65592affd34bc60cf4a3a2c72de1d84c934c0 Mon Sep 17 00:00:00 2001
From: jayparikh111
Date: Wed, 22 Feb 2012 16:02:07 +0530
Subject: Changes related to Authentication of Moderator
---
testapp/templates/exam/showusers.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'testapp/templates/exam/showusers.html')
diff --git a/testapp/templates/exam/showusers.html b/testapp/templates/exam/showusers.html
index 038cb8b..441b921 100644
--- a/testapp/templates/exam/showusers.html
+++ b/testapp/templates/exam/showusers.html
@@ -8,6 +8,6 @@ List of Users
{% block manage %}
{% for name in user %}
-{{ name }}
+{{ name }}
{% endfor %}
{% endblock %}
--
cgit