Commit a1588eb6 authored by Ysabella Panghulan's avatar Ysabella Panghulan

changed li format in forum template

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