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

edited links class in forum.html

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