LIL-336,392. Fix policy urls in auth popup

remotes/origin/hasaccess
Ivlev Denis 8 years ago
parent fbbf5ca61a
commit 080743aa08
  1. 4
      project/templates/blocks/popup_auth.html

@ -108,7 +108,9 @@
<div id="learner-registration-field-error__all" class="auth-register__common-error form__common-error learner-registration-form__field-error"></div>
</div>
<div class="auth__text">Согласен с условиями обработки данных и&nbsp;возвратом услуги.</div>
<div class="auth__text">
Согласен с <a href="{% url 'privacy' %}">условиями обработки данных</a> и&nbsp;<a href="{% url 'refund_policy' %}">возвратом услуги</a>.
</div>
<label class="auth__label switch">
<input class="switch__input" name="newsletter" value="true" type="checkbox" checked>
<span class="switch__content">Согласен на важную рассылку: новости школы и курсов</span>

Loading…
Cancel
Save