File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 764
764
<a href =" mailto:${person.email}" >${person.email}</a >
765
765
</li >
766
766
<li tal : condition =" person.phone and 'phone' not in exclude" class =" person-card-phone" >
767
- <a href =" tel:${person.phone}" >${person.phone}</a >
767
+ <a href =" tel:${layout.format_phone_number( person.phone) }" >${layout.format_phone_number( person.phone) }</a >
768
768
</li >
769
769
</ul >
770
770
<div class =" clearfix" ></div >
814
814
<a href =" mailto:${person.email}" >${person.email}</a >
815
815
</li >
816
816
<li tal : condition =" person.phone and 'phone' not in exclude" class =" person-card-phone" >
817
- <a href =" tel:${person.phone}" >${person.phone}</a >
817
+ <a href =" tel:${layout.format_phone_number( person.phone) }" >${layout.format_phone_number( person.phone) }</a >
818
818
</li >
819
819
<li tal : condition =" person.phone_direct and 'phone_direct' not in exclude" class =" person-card-phone-direct" >
820
- <a href =" tel:${person.phone_direct}" >${person.phone_direct}</a >
820
+ <a href =" tel:${layout.format_phone_number( person.phone_direct) }" >${layout.format_phone_number( person.phone_direct) }</a >
821
821
</li >
822
822
<li tal : condition =" person.website and 'website' not in exclude" class =" person-card-website" >
823
823
<a href =" ${person.website}" >${person.website}</a >
You can’t perform that action at this time.
0 commit comments