mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-27 03:51:08 +00:00
Italics for null state text on import page, to be consistent
This commit is contained in:
parent
34166b8a2f
commit
9e792a8901
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
<div class="content block">
|
<div class="content block">
|
||||||
<h2 class="title">{% trans "Recent Imports" %}</h2>
|
<h2 class="title">{% trans "Recent Imports" %}</h2>
|
||||||
{% if not jobs %}
|
{% if not jobs %}
|
||||||
<p>{% trans "No recent imports" %}</p>
|
<p><em>{% trans "No recent imports" %}</em></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<ul>
|
<ul>
|
||||||
{% for job in jobs %}
|
{% for job in jobs %}
|
||||||
|
|
Loading…
Reference in a new issue