Changed style for empty category table.

This commit is contained in:
Emanuel Schuetze 2013-03-14 22:54:33 +01:00
parent fa098f6bd3
commit 73430e45d8

View File

@ -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 %}