Fix type
This commit is contained in:
parent
bdb6b87be7
commit
40b81679eb
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@
|
||||||
{% if sender.comment is defined %}
|
{% if sender.comment is defined %}
|
||||||
# {{ sender.comment }}
|
# {{ sender.comment }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ "%-60s %s" | format(sender.name, domain.relay) }}
|
{{ "%-60s %s" | format(sender.name, sender.relay) }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue