diff options
author | Prabhu Ramachandran | 2011-11-25 02:24:34 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2011-11-25 02:24:34 +0530 |
commit | b4023e17d6f97e51ffde740c17d19630b5a9c2d1 (patch) | |
tree | 78b015a1d6e9ffa1d4fbf673b6ef21491833b564 /templates/exam/grade_user.html | |
parent | 3375839bfc531329adc45994659be382295038b6 (diff) | |
download | online_test-b4023e17d6f97e51ffde740c17d19630b5a9c2d1.tar.gz online_test-b4023e17d6f97e51ffde740c17d19630b5a9c2d1.tar.bz2 online_test-b4023e17d6f97e51ffde740c17d19630b5a9c2d1.zip |
ENH: First cut of CSS for pages.
This is largely taken from other sites and looks reasonable for now.
Also added links to the admin page from the
monitor/user_data/grade_user.
Diffstat (limited to 'templates/exam/grade_user.html')
-rw-r--r-- | templates/exam/grade_user.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/exam/grade_user.html b/templates/exam/grade_user.html index f671237..2994ee2 100644 --- a/templates/exam/grade_user.html +++ b/templates/exam/grade_user.html @@ -59,4 +59,5 @@ Marks: <input id="q{{ question.id }}" type="text" {% endif %} {# if data.papers #} +<a href="{{URL_ROOT}}/admin/">Admin</a> {% endblock content %} |