afisha phone from server
This commit is contained in:
parent
c2353474b2
commit
23f1ccb372
|
|
@ -87,7 +87,7 @@ function onStart(){
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if post.afisha_address %}
|
||||
{% if post.afisha_phone %}
|
||||
<div class="affiche-item-data-row">
|
||||
<div class="affiche-item-data-img">
|
||||
<img src="{{'assets/new/icons/phone.svg'|theme}}" alt="" />
|
||||
|
|
|
|||
|
|
@ -24,12 +24,12 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if post.afish_phone %}
|
||||
{% if post.afisha_phone %}
|
||||
<div class="affiche-item-data-row">
|
||||
<div class="affiche-item-data-img">
|
||||
<img src="{{'assets/new/icons/phone.svg'|theme}}" alt="" />
|
||||
</div>
|
||||
<span>{{ post.afish_phone }}</span>
|
||||
<span>{{ post.afisha_phone }}</span>
|
||||
</div>
|
||||
{%endif%}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue