diff options
-rw-r--r-- | apioforum/templates/view_forum.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apioforum/templates/view_forum.html b/apioforum/templates/view_forum.html index a9c7594..a94b468 100644 --- a/apioforum/templates/view_forum.html +++ b/apioforum/templates/view_forum.html @@ -21,6 +21,7 @@ <div class="threadlisting-part threadlisting-part-updated threadlisting-header"> last updated </div> +</div> {%for thread in threads%} <div class="threadlisting"> <div class="threadlisting-part threadlisting-part-title"><a href="{{url_for('thread.view_thread',thread_id=thread.id)}}">{{thread.title}}</a></div> |