Don't show None to the user if no topic is set
This commit is contained in:
parent
9aacc2cc51
commit
092d4c64ff
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue