Don't show None to the user if no topic is set

This commit is contained in:
2023-01-12 07:20:48 +00:00
parent 9aacc2cc51
commit 092d4c64ff

View File

@@ -23,7 +23,7 @@
<td>{{ item.user }}</td>
<td>{{ item.name }}</td>
<td>{{ item.priority }}</td>
<td>{{ item.topic }}</td>
<td>{{ item.topic|default_if_none:"—" }}</td>
<td>
{% if item.enabled %}
<span class="icon">