Fix visual glitch with discarded topics

This commit is contained in:
rubenwardy 2020-12-07 18:19:36 +00:00
parent f7b3f4573d
commit 396a620cf4
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<th>Actions</th>
</tr>
{% for topic in topics %}
<tr class="{% if topic.wip %}wiptopic{% endif %}{% if topic.discarded %}discardtopic{% endif %}">
<tr class="{% if topic.wip %}wiptopic{% endif %} {% if topic.discarded %}discardtopic{% endif %}">
<td>
[{{ topic.type.value }}]
</td>