0.0.301 initialization in com_of
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
type="text"
|
||||
onkeydown = "hideErrors(this)"
|
||||
placeholder="{% translate 'Имя' %}"
|
||||
{% if form.data.name %} value="{{ form.data.name }}"{% endif %}>
|
||||
{% if form.name %} value="{{ form.name }}"{% endif %}>
|
||||
{% if form.errors.name %}
|
||||
<span id="error_com_offer">{{ form.errors.name }}</span>
|
||||
{% endif %}
|
||||
@@ -25,7 +25,7 @@
|
||||
<input name="phone"
|
||||
type="tel"
|
||||
onkeydown = "hideErrors(this)"
|
||||
placeholder="{% translate 'Телефон' %}"{% if form.data.phone %} value="{{ form.data.phone }}"{% endif %}>
|
||||
placeholder="{% translate 'Телефон' %}"{% if form.phone %} value="{{ form.phone }}"{% endif %}>
|
||||
{% if form.errors.phone %}
|
||||
<span id="error_com_offer">{{ form.errors.phone }}</span>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user