summaryrefslogtreecommitdiff
path: root/yaksh/views.py
diff options
context:
space:
mode:
authorprathamesh2016-10-26 18:05:04 +0530
committerprathamesh2016-10-26 18:05:04 +0530
commitd231fbd10c087f721f1fd8a576b4c40a84e0a5a0 (patch)
treee37d1f71a670d3fccc36cacf3ba935b40961a755 /yaksh/views.py
parentf20dfc471fb5167399c4fda131ee0d9b0f9094d5 (diff)
downloadonline_test-d231fbd10c087f721f1fd8a576b4c40a84e0a5a0.tar.gz
online_test-d231fbd10c087f721f1fd8a576b4c40a84e0a5a0.tar.bz2
online_test-d231fbd10c087f721f1fd8a576b4c40a84e0a5a0.zip
Migration from bootstrap 1.4 to bootstrap 3.3
Removed css redundancy. Removed unwanted css. Included css and js imports in base template. Upgraded jquery to v1.9 for now.
Diffstat (limited to 'yaksh/views.py')
-rw-r--r--yaksh/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/views.py b/yaksh/views.py
index 0ed5f5a..d6e54e2 100644
--- a/yaksh/views.py
+++ b/yaksh/views.py
@@ -333,7 +333,7 @@ rights/permissions and log in."""
context = {'user': user, 'users_per_paper': users_per_paper,
'trial_paper': trial_paper
}
- return my_render_to_response('manage.html', context, context_instance=ci)
+ return my_render_to_response('yaksh/moderator_dashboard.html', context, context_instance=ci)
return my_redirect('/exam/login/')