Skip to content

Commit 16ad46b

Browse files
authored
Center empty message on webiscite (#239)
1 parent 70c70fe commit 16ad46b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

democrasite/templates/webiscite/bill_list.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ <h5 class="card-title">{{ bill }}</h5>
4343
</div>
4444
{% if forloop.counter|divisibleby:4 or forloop.last %}</div>{% endif %}
4545
{% empty %}
46-
{{ empty_message }}
46+
<div class="text-center">
47+
<h5 class="mb-1">{{ empty_message }}</h5>
48+
</div>
4749
{% endfor %}
4850
{% endblock content %}
4951

0 commit comments

Comments
 (0)