Changed style for empty category table.
This commit is contained in:
parent
fa098f6bd3
commit
73430e45d8
@ -37,7 +37,9 @@
|
||||
</td>
|
||||
</tr>
|
||||
{% empty %}
|
||||
<p>No Categories</p>
|
||||
<tr>
|
||||
<td colspan="3"><i>{% trans "No categories available." %}</i></td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user