mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Merge pull request #1925 from alphagov/refactored-csv-processing
Bring in refactored CSV processing
This commit is contained in:
@@ -83,7 +83,9 @@
|
||||
{% if text is iterable and text is not string %}
|
||||
<ul class="list list-bullet">
|
||||
{% for item in text %}
|
||||
<li>{{ item }}</li>
|
||||
{% if item %}
|
||||
<li>{{ item }}</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user