Add WIP forum topic support

This commit is contained in:
rubenwardy
2018-07-06 23:15:56 +01:00
parent 9dd3570a52
commit 67a229b8a3
9 changed files with 52 additions and 10 deletions

View File

@@ -104,12 +104,9 @@
<div class="box-body">
<p>
List of your topics without a matching package.
Powered by Krock's Mod Search.
List of your forum topics which do not have a matching package.
</p>
{% from "macros/topictable.html" import render_topictable %}
{{ render_topictable(topics_to_add, show_author=False) }}
</div>