1.0.4 subscribe page w dynamically load
This commit is contained in:
@@ -76,8 +76,14 @@
|
||||
<div class="text_another_subscribe padding-n-width-another-subscribes ">
|
||||
{% translate "Период" %}: <span class="orange-text">{{ item.period_name }}</span>
|
||||
</div>
|
||||
<button class="read_more_about_subscribe" onclick="send_subscribe({{ item.id }},'{% if page.url == 'for_movers' or page.url == 'for_customers' %}a{% endif %}','{% url "profile_page" "my_subscribe" %}')">{% translate "Перейти" %}</button>
|
||||
<button class="read_more_about_subscribe" onclick="send_subscribe({{ item.id }},'{% if page.url == 'for_movers' or page.url == 'for_customers' %}a{% endif %}','{% url "profile_page" "my_subscribe" %}')">{% translate "Перейти" %}</button>
|
||||
</div>
|
||||
{% if item.order_error %}
|
||||
<div>
|
||||
<div>Ошибка оплаты</div>
|
||||
<div>{{ item.order_error }}</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user