Commit 3d9aa565 authored by Elaiza Bolislis's avatar Elaiza Bolislis

Modified dashboard.html by adding necessary links that redirects the users to the other apps.

parent 245be489
...@@ -17,7 +17,15 @@ ...@@ -17,7 +17,15 @@
{% endblock %} {% endblock %}
{% block footing %} {% block footing %}
<a href="{% url 'dashboard:widgetuser-create' %}"> <p>
<button class="btn add">Add Widget User</button> <a href="{% url 'dashboard:widgetuser-create' %}">
</a> <button class="btn add">Add Widget User</button>
</a>
</p>
<p>
<a href="{% url 'announcements:index' %}">Announcement Board</a><br>
<a href="{% url 'forum:forum' %}">Forum</a><br>
<a href="{% url 'assignments:assignments' %}">Assignments</a><br>
<a href="{% url 'calendar:calendar' %}">Calendar</a><br>
</p>
{% endblock %} {% 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