Don't show None to the user if no topic is set
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
<td>{{ item.user }}</td>
|
<td>{{ item.user }}</td>
|
||||||
<td>{{ item.name }}</td>
|
<td>{{ item.name }}</td>
|
||||||
<td>{{ item.priority }}</td>
|
<td>{{ item.priority }}</td>
|
||||||
<td>{{ item.topic }}</td>
|
<td>{{ item.topic|default_if_none:"—" }}</td>
|
||||||
<td>
|
<td>
|
||||||
{% if item.enabled %}
|
{% if item.enabled %}
|
||||||
<span class="icon">
|
<span class="icon">
|
||||||
|
|||||||
Reference in New Issue
Block a user