0.1.354 mailingSubscribeRequired functional

This commit is contained in:
2024-02-02 17:37:25 +03:00
parent 6a69ff02b1
commit abe53dd88b
8 changed files with 48 additions and 15 deletions

View File

@@ -17,7 +17,14 @@
{% endif %}
<div class="inputs_l">
<input name="username" type="text" placeholder="{{ p_login }}" {% if form.data.username %} value="{{ form.data.username }}"{% endif %}>
<input
name="username"
type="text"
placeholder="{{ p_login }}"
{% if form.data.username %} value="{{ form.data.username }}"{% endif %}
id="login_email_input"
>
{% if form.username and form.errors.username %}
<span>{{ form.errors.username }}</span>
{% endif %}