diff options
author | prathamesh | 2016-08-25 16:48:29 +0530 |
---|---|---|
committer | prathamesh | 2016-08-25 16:48:29 +0530 |
commit | c0909251ecffcdc0df34bb9ad4a90994708c3a5c (patch) | |
tree | 1f68e7b63d6b817d56a0fb34af29b78c8003a7d5 /yaksh/templates/user.html | |
parent | e1e299b671a19b65705fb256d282e1e802a4c051 (diff) | |
download | online_test-c0909251ecffcdc0df34bb9ad4a90994708c3a5c.tar.gz online_test-c0909251ecffcdc0df34bb9ad4a90994708c3a5c.tar.bz2 online_test-c0909251ecffcdc0df34bb9ad4a90994708c3a5c.zip |
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.
Diffstat (limited to 'yaksh/templates/user.html')
-rw-r--r-- | yaksh/templates/user.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 %} <link rel="stylesheet" href="{{ URL_ROOT }}/static/yaksh/css/base.css" type="text/css" /> + <link rel="stylesheet" href="{{ URL_ROOT }}/static/yaksh/css/font-awesome.css" type="text/css" /> {% block css %} {% endblock %} |