Commit f856875a by Calen Pennington

Make dashboard require login

parent 8a92c8c0
......@@ -51,6 +51,7 @@ def index(request):
'csrf': csrf_token})
@login_required
@ensure_csrf_cookie
def dashboard(request):
csrf_token = csrf(request)['csrf_token']
......
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