From c0909251ecffcdc0df34bb9ad4a90994708c3a5c Mon Sep 17 00:00:00 2001 From: prathamesh Date: Thu, 25 Aug 2016 16:48:29 +0530 Subject: Students can view their submission i.e. answer paper A simple interface for students to view their answerpaper. Moderator has an option where he can allow to students to view their answerpaper. --- yaksh/templates/user.html | 1 + 1 file changed, 1 insertion(+) (limited to 'yaksh/templates/user.html') diff --git a/yaksh/templates/user.html b/yaksh/templates/user.html index 4074656..7f93f00 100644 --- a/yaksh/templates/user.html +++ b/yaksh/templates/user.html @@ -15,6 +15,7 @@ {% endblock %} + {% block css %} {% endblock %} -- cgit