fix: get address in single line
This commit is contained in:
parent
9057239c3c
commit
a5b78f3c0d
@ -36,9 +36,11 @@
|
||||
{% endif %}
|
||||
</p>
|
||||
{% endif %}
|
||||
<p>
|
||||
{% if (contact_list[i].address) { %}
|
||||
{%= __("Address ") %}: {%= contact_list[i].address %}<br>
|
||||
{% endif %}
|
||||
</p>
|
||||
</div>
|
||||
{% } %}
|
||||
{% if(!contact_list.length) { %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user