fix: Add "empty-list" indicator (#5504) (#5505)

This commit is contained in:
Rich Salz 2023-04-23 18:58:40 -04:00 committed by GitHub
parent c6fbdef6df
commit 24277f6ff2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,4 +6,6 @@
<li>{% person_link n.person with_email=False %} ({{ n.email.address|linkify }})</li>
{% endfor %}
</ul>
{% else %}
<i>None</i>
{% endif %}