Commit a1588eb6 authored by Ysabella Panghulan's avatar Ysabella Panghulan

changed li format in forum template

parent 1cd32955
......@@ -20,11 +20,9 @@
<div class="list">
<ol>
{% for post in forumposts %}
<li>
<a href="{{ post.get_absolute_url }}">
{{ post.title }} by {{ post.author.first_name }} {{ post.author.last_name }}
<li>{{ post.title }} by {{ post.author.first_name }} {{ post.author.last_name }}</li>
</a>
</li>
{% endfor %}
</ol>
</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