1
0
Fork 0

many minor visual tweaks to fix spacing and usability

This commit is contained in:
Vivianne Langdon 2022-11-26 14:46:35 -08:00
parent 9738c96175
commit ab43134cc0
12 changed files with 34 additions and 22 deletions

View file

@ -51,7 +51,7 @@
{% endif %}
{% if not items.object_list.exists %}
<p>{% trans "This list is currently empty" %}</p>
<p class="block">{% trans "This list is currently empty." %}</p>
{% else %}
<ol start="{{ items.start_index }}" class="ordered-list">
{% for item in items %}