Use in-table style for null states

This commit is contained in:
Mouse Reeve
2021-09-28 13:18:27 -07:00
parent c5746bbce0
commit 67a4b2713a
5 changed files with 13 additions and 16 deletions

View File

@ -47,7 +47,7 @@
<th>{% trans "Action" %}</th>
</tr>
{% if not requests %}
<tr><td colspan="4">{% trans "No requests" %}</td></tr>
<tr><td colspan="5"><em>{% trans "No requests" %}</em></td></tr>
{% endif %}
{% for req in requests %}
<tr>