Commit 367be50c authored by Roshan Rabinarayan's avatar Roshan Rabinarayan

basic signup/login

parent db8d03bc
......@@ -92,7 +92,7 @@ def save_cribs(request):
def upload(request):
return render(request,'upload.html')
#@login_required
@login_required
def student(request):
lst.clear()
return render(request,'student.html')
......
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