0.8.5
create_or_change_route_ajax return route_id
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
{% if profileForm.errors.tel %}<div class="error_form_profile">{{ profileForm.errors.tel }}</div>{% endif %}
|
||||
</div>
|
||||
<div class="container_el_form_profile">
|
||||
<label class="label_f_profile" for="id_email">{% if profileForm.fields.email.required %}<span class="orange-text">*</span>{% endif %} Е-mail</label>
|
||||
<label class="label_f_profile" for="id_email">{% if profileForm.fields.email.required %}<span class="orange-text">*</span>{% endif %} E-mail</label>
|
||||
<input class="input_f_profile" type="text" id="id_email" name="email" {% if profileForm.initial.email %}value="{{ profileForm.initial.email }}" {% endif %} {% if profileForm.initial.email %}data-initial-value="{{ profileForm.initial.email }}"{% else %}data-initial-value=""{% endif %}>
|
||||
{% if profileForm.errors.email %}<div class="error_form_profile">{{ profileForm.errors.email }}</div>{% endif %}
|
||||
</div>
|
||||
|
||||
@@ -8,7 +8,9 @@
|
||||
<div>
|
||||
|
||||
<div class="state_subscribe">
|
||||
{% translate "У вас" %} <a>{% translate "не оформлена подписка" %}</a>
|
||||
{% blocktranslate %}
|
||||
У вас <a>не оформлена подписка</a>
|
||||
{% endblocktranslate %}
|
||||
</div>
|
||||
|
||||
<div class="state_subscribe">
|
||||
|
||||
Reference in New Issue
Block a user