fix: get address in single line

This commit is contained in:
Himanshu Warekar 2019-08-28 00:04:05 +05:30
parent 9057239c3c
commit a5b78f3c0d

View File

@ -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) { %}