fixed issues regarding url conflicts

parent 4c40105b
......@@ -20,13 +20,13 @@ Widget's Forum
<br><br><br>
<a href = "{% url 'forum:addPost' %}"><button>New Post</button></a>
<br><br>
<a href="{% url 'dashboard:index' %}"> Dashboard</a>
<a href="/dashboard"> Dashboard</a>
<br>
<a href="{% url 'announcements:index' %}"> Announcements</a>
<a href="announcements"> Announcements</a>
<br>
<a href="{% url 'Assignments:index' %}"> Assignments</a>
<a href="assignments"> Assignments</a>
<br>
<a href="{% url 'calendar_app:index' %}"> Calendar</a>
<a href="calendar"> Calendar</a>
<br>
</div>
......
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