diff options
author | ubq323 <ubq323> | 2021-06-12 20:44:17 +0000 |
---|---|---|
committer | ubq323 <ubq323> | 2021-06-12 20:44:17 +0000 |
commit | 7c84ebbb1a73527cb50f7536df8ad47ef9331a2c (patch) | |
tree | 6b41bb524debb11b208ffca5a4a1597e5fee1635 | |
parent | cf811d3e057c8f75142d3462e282de67cd70f3d2 (diff) |
oh dear
-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> |