diff options
| author | rubenwardy <rw@rubenwardy.com> | 2020-01-24 18:03:40 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2020-01-24 18:03:40 +0000 |
| commit | 53a63367dc7defc34616fc784cd19086d60ad54f (patch) | |
| tree | 4726fe4258809a4d001438dc32c11d2de4809b8b /app/templates/macros | |
| parent | ddf5c7f665f592f7233afb6e9ee8a1ef9db7aea1 (diff) | |
| download | cheatdb-53a63367dc7defc34616fc784cd19086d60ad54f.tar.xz | |
Fix wtforms validatoion of package name
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> |
