Add missing endif in template for accounts
This commit is contained in:
@@ -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 %}
|
||||||
|
Reference in New Issue
Block a user