Commit 1cd32955 authored by Ysabella Panghulan's avatar Ysabella Panghulan

edited links class in forum.html

parent 80ad2265
......@@ -18,7 +18,7 @@
<div class="main">
<h2>Forum posts:</h2>
<div class="list">
<ul>
<ol>
{% for post in forumposts %}
<li>
<a href="{{ post.get_absolute_url }}">
......@@ -26,16 +26,16 @@
</a>
</li>
{% endfor %}
</ul>
</ol>
</div>
<a href="../forumposts/add/" class="add-btn"><i class="fa fa-plus"></i> New Post</a>
</div>
{% endblock %}
<div class="links">
<a href="../dashboard/">Dashboard</a>
<a href="../announcements/">Announcement Board</a>
<a href="../assignments/">Assignments</a>
<a href="../calendar/">Calendar</a>
<a href="../dashboard/" class="btn-primary">Dashboard</a>
<a href="../announcements/" class="btn-primary">Announcement Board</a>
<a href="../assignments/" class="btn-primary">Assignments</a>
<a href="../calendar/" class="btn-primary">Calendar</a>
</div>
{% 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