Add missing endif in template for accounts

This commit is contained in:
Jason Rothstein 2022-04-10 17:52:19 -05:00
parent e6f243b079
commit b9a9e862b6

View File

@ -2,4 +2,4 @@
{% foreach user in dovecot_users %} {% foreach user in dovecot_users %}
{{ user.email }}:{{ user.password | password_hash('sha512') }}:::::: {{ user.email }}:{{ user.password | password_hash('sha512') }}::::::
{% endfor %} {% endfor %}
{% %} {% endif %}