Commit 7b3b5dd0 authored by I.K Seneviratne's avatar I.K Seneviratne

Committing the change in the admin redirection path in views.py.

parent 23d79aeb
......@@ -632,7 +632,7 @@ def processAdminLogin(request):
request.session['admin'] = admin.id
request.session['user_type'] = "Admin"
return redirect('/summary/lecture')
return redirect('/lecturer')
else:
message = "Please provide correct credntials"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment