From 6ca81ba082addd5161d84b793ca939e1ebd75d0c Mon Sep 17 00:00:00 2001 From: Unbewohnte <65883674+Unbewohnte@users.noreply.github.com> Date: Wed, 11 Nov 2020 06:02:42 +0300 Subject: [PATCH] Update homeru.html --- PasswordGenerator/templates/homeru.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}}