From b4023e17d6f97e51ffde740c17d19630b5a9c2d1 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Fri, 25 Nov 2011 02:24:34 +0530 Subject: 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. --- templates/exam/user_data.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'templates/exam/user_data.html') diff --git a/templates/exam/user_data.html b/templates/exam/user_data.html index 1e2c392..7db0af2 100644 --- a/templates/exam/user_data.html +++ b/templates/exam/user_data.html @@ -21,8 +21,9 @@ Last login: {{ data.user.last_login }}
{% if data.papers %} - + {% for paper in data.papers %} @@ -60,5 +61,7 @@ User IP address: {{ paper.user_ip }}