Italics for null state text on import page, to be consistent

This commit is contained in:
Mouse Reeve 2022-03-21 12:26:07 -07:00
parent 34166b8a2f
commit 9e792a8901

View file

@ -67,7 +67,7 @@
<div class="content block">
<h2 class="title">{% trans "Recent Imports" %}</h2>
{% if not jobs %}
<p>{% trans "No recent imports" %}</p>
<p><em>{% trans "No recent imports" %}</em></p>
{% endif %}
<ul>
{% for job in jobs %}