0.1.354 mailingSubscribeRequired functional
This commit is contained in:
@@ -7,10 +7,16 @@
|
||||
data-name="msg_from_footer"
|
||||
{% if form.form_name %}data-name="{{ form.form_name}}"{% endif %}
|
||||
>
|
||||
<div class="footer_input_wrap">
|
||||
<div
|
||||
onclick="event.stopPropagation()"
|
||||
class="footer_input_wrap">
|
||||
<input class="footer_input"
|
||||
name="email"
|
||||
type="email"
|
||||
{% if user.is_authenticated %}
|
||||
readonly
|
||||
value="{{ user.email }}"
|
||||
{% endif %}
|
||||
onkeydown = "hideErrors(this)"
|
||||
{% if form.data.email %} value="{{ form.data.email }}"{% endif %}
|
||||
placeholder="{% trans "Введите ваш e-mail" %}">
|
||||
|
||||
Reference in New Issue
Block a user