Template syntax error

This commit is contained in:
2022-04-10 18:07:19 -05:00
parent 18964c7f00
commit aab894353f
+1 -1
View File
@@ -1,5 +1,5 @@
{% if defined dovecot_users and dovecot_users is iterable %}
{% foreach user in dovecot_users %}
{% for user in dovecot_users %}
{{ user.email }}:{{ user.password | password_hash('sha512') }}::::::
{% endfor %}
{% endif %}