diff options
Diffstat (limited to 'app/templates/macros')
| -rw-r--r-- | app/templates/macros/topics.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/templates/macros/topics.html b/app/templates/macros/topics.html index 987f810..c4fe32d 100644 --- a/app/templates/macros/topics.html +++ b/app/templates/macros/topics.html @@ -54,6 +54,7 @@ <li{% if topic.wip %} class="wiptopic"{% endif %}> <a href="https://forum.minetest.net/viewtopic.php?t={{ topic.topic_id}}">{{ topic.title }}</a> {% if topic.wip %}[WIP]{% endif %} + {% if topic.discarded %}[Old]{% endif %} {% if topic.name %}[{{ topic.name }}]{% endif %} {% if show_author %} by <a href="{{ url_for('users.profile', username=topic.author.username) }}">{{ topic.author.display_name }}</a> |
