Fix wtforms validatoion of package name

This commit is contained in:
rubenwardy
2020-01-24 18:03:40 +00:00
parent ddf5c7f665
commit 53a63367dc
3 changed files with 3 additions and 2 deletions

View File

@@ -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>