remotes/origin/hotfix/LIL-661
gzbender 7 years ago
parent 9822189c16
commit 2ff4263254
  1. 4
      project/templates/blocks/popup_buy.html
  2. 10
      project/templates/blocks/popup_subscribe.html

@ -39,7 +39,7 @@
<span class="switch__cell">{{ school_schedule.title }}</span>
<span class="buy__trial-lesson switch__cell">
{% if school_schedule.trial_lesson %}
<a href="{{ school_schedule.trial_lesson }}">Пробный урок</a>
<a class="js-video-modal" data-video-url="{{ school_schedule.trial_lesson }}" href="#">Пробный урок</a>
{% endif %}
</span>
<span class="switch__cell">{{school_schedule.month_price}}р в мес.</span>
@ -65,7 +65,7 @@
<span class="switch__cell">{{ school_schedule.title }}</span>
<span class="buy__trial-lesson switch__cell">
{% if school_schedule.trial_lesson %}
<a href="{{ school_schedule.trial_lesson }}">Пробный урок</a>
<a class="js-video-modal" data-video-url="{{ school_schedule.trial_lesson }}" href="">Пробный урок</a>
{% endif %}
</span>
<span class="switch__cell">{{school_schedule.month_price}}р в мес.</span>

@ -10,20 +10,20 @@
<div class="auth js-auth" style="padding:20px 20px 25px;">
<div class="auth__login js-auth-login">
<div class="auth__body">
<form id="learner-auth-form" method="post" action="{% url 'subscribe' %}">
<form {# COMMENTED id="learner-auth-form" #} method="post" action="{% url 'subscribe' %}">
{% csrf_token %}
<div class="auth__tab js-auth-tab" style="display: block;">
<div class="auth__enter js-auth-enter">
<div id="learner-auth-field__username" class="auth__field field learner-auth-form__field">
<div {# COMMENTED id="learner-auth-field__username" #} class="auth__field field learner-auth-form__field">
<div class="field__label">ПОЧТА</div>
<div class="field__wrap"><input id="learner-auth-form__email" class="field__input" type="email"
<div class="field__wrap"><input {# COMMENTED id="learner-auth-form__email" #} class="field__input" type="email"
name="email"
placeholder="name@website.com" tabindex="1"></div>
<div id="learner-auth-field-error__username"
class="field__error learner-auth-form__field-error"></div>
</div>
<div class="auth__foot">
<button id="learner-auth__button" class="auth__btn btn btn_light" tabindex="3">Подписаться</button>
<button {# COMMENTED id="learner-auth__button" #} class="auth__btn btn btn_light" tabindex="3">Подписаться</button>
</div>
</div>
</div>
@ -33,4 +33,4 @@
</div>
</div>
</div>
</div>
</div>

Loading…
Cancel
Save