Browse Source

Update homeru.html

main
Unbewohnte 4 years ago committed by GitHub
parent
commit
6ca81ba082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      PasswordGenerator/templates/homeru.html

4
PasswordGenerator/templates/homeru.html

@ -13,14 +13,14 @@
{{form.length(class="form-control-label")}}<br>
{% if form.length.errors %}
<h3 id = 'Неверное содержание!'>Invalid value</h3>
<h3 id = 'invalid value'>Неверное содержание!</h3>
{% endif %}
{{form.how_many_passwords.label(class="form-control-label")}}<br>
{{form.how_many_passwords(class="form-control-label")}}<br>
{% if form.how_many_passwords.errors %}
<h3 id = 'Неверное содержание!'>Invalid value</h3><br>
<h3 id = 'invalid value'>Неверное содержание!</h3><br>
{% endif %}
{{ form.Upper_register_field.label}}

Loading…
Cancel
Save