diff --git a/PasswordGenerator/templates/homeru.html b/PasswordGenerator/templates/homeru.html index b562af9..ad32742 100644 --- a/PasswordGenerator/templates/homeru.html +++ b/PasswordGenerator/templates/homeru.html @@ -13,14 +13,14 @@ {{form.length(class="form-control-label")}}
{% if form.length.errors %} -

Invalid value

+

Неверное содержание!

{% endif %} {{form.how_many_passwords.label(class="form-control-label")}}
{{form.how_many_passwords(class="form-control-label")}}
{% if form.how_many_passwords.errors %} -

Invalid value


+

Неверное содержание!


{% endif %} {{ form.Upper_register_field.label}}