This commit is contained in:
2023-11-30 14:56:25 +03:00
parent 65362e34b8
commit 7179b67137
3 changed files with 7 additions and 7 deletions

View File

@@ -55,7 +55,7 @@
</div>
<div class="inputs_l">
<input name="phone" type="number" placeholder="{% translate 'Телефон' %}"{% if form.data.tel %} value="{{ form.data.tel }}"{% endif %}>
<input name="phone" type="tel" placeholder="{% translate 'Телефон' %}"{% if form.data.tel %} value="{{ form.data.tel }}"{% endif %}>
{% if form.tel and form.errors.tel %}
<span>{{ form.errors.tel }}</span>
{% endif %}