Fix typo
This commit is contained in:
parent
167bda3d46
commit
368e668287
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@
|
|||
{% if address.comment is defined %}
|
||||
# {{ address.comment }}
|
||||
{% endif %}
|
||||
{{ "%-50s %s" | format(address.adress, address.state) }}
|
||||
{{ "%-50s %s" | format(address.address, address.state) }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue