summaryrefslogtreecommitdiff
path: root/yaksh/views.py
diff options
context:
space:
mode:
authorPrabhu Ramachandran2016-11-08 16:59:42 +0530
committerGitHub2016-11-08 16:59:42 +0530
commit7ae8584a4f4d095e005d6239102c0f26611ac006 (patch)
tree0fa4b44ec9974a2598d94ed7fb35b7f09342ae3f /yaksh/views.py
parent710d620834a424cc8aa2a4db099437b160f86b92 (diff)
parent35c6ec27921137e31382ca1faa2c41d99550722a (diff)
downloadonline_test-7ae8584a4f4d095e005d6239102c0f26611ac006.tar.gz
online_test-7ae8584a4f4d095e005d6239102c0f26611ac006.tar.bz2
online_test-7ae8584a4f4d095e005d6239102c0f26611ac006.zip
Merge pull request #151 from prathamesh920/UI-modifications
UI modifications Level 1
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 f91342d..1afcef7 100644
--- a/yaksh/views.py
+++ b/yaksh/views.py
@@ -333,7 +333,7 @@ def prof_manage(request):
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/')