Commit bba094ae authored by Brendan Fausto's avatar Brendan Fausto

fixed link errors in dashboard template

parent a4bf37e8
......@@ -15,13 +15,13 @@ Widget v2
</li>
{% endfor %}
</ul>
<form action = "http://127.0.0.1:8000/dashboard/widgetusers/add">
<form action = "/dashboard/widgetusers/add">
<input type = "submit" value = "Add Widget User" />
</form>
<p>
<a href = "http://127.0.0.1:8000/announcements">Announcements</a>
<a href = "http://127.0.0.1:8000/forum">Forum</a>
<a href = "http://127.0.0.1:8000/assignments">Assignments</a>
<a href = "http://127.0.0.1:8000/calendar">Calendar</a>
<a href = "/announcements">Announcements</a>
<a href = "/forum">Forum</a>
<a href = "/assignments">Assignments</a>
<a href = "/calendar">Calendar</a>
</p>
{% endblock %}
\ No newline at end of file
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