Commit 7811df17 authored by RJC's avatar RJC

fixed endpoint bug in calendar index

parent 54ffcbea
......@@ -37,7 +37,7 @@ def index(request):
<a href="/Dashboard/">Dashboard</a><br>
<a href="/announcements/">Announcements</a><br>
<a href="/forum/">Forum</a><br>
<a href="/Assignments">Assignments</a><br>
<a href="/assignments">Assignments</a><br>
'''
return HttpResponse(html_string)
......
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