We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70c70fe commit 16ad46bCopy full SHA for 16ad46b
1 file changed
democrasite/templates/webiscite/bill_list.html
@@ -43,7 +43,9 @@ <h5 class="card-title">{{ bill }}</h5>
43
</div>
44
{% if forloop.counter|divisibleby:4 or forloop.last %}</div>{% endif %}
45
{% empty %}
46
- {{ empty_message }}
+ <div class="text-center">
47
+ <h5 class="mb-1">{{ empty_message }}</h5>
48
+ </div>
49
{% endfor %}
50
{% endblock content %}
51
0 commit comments