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