diff --git a/templates/index.html b/templates/index.html index eee60f3..3d9238c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -152,10 +152,6 @@ min-height: 28rem; } - textarea { - height: 5rem; - } - .center { text-align: center; } @@ -529,10 +525,11 @@ class="form-control" id="sender_name" name="sender_name" - pattern="[а-яА-ЯЁёa-zA-Z0-9\s]+" + pattern="[а-яА-ЯЁёa-zA-Z\s]+" required /> + Русские, английские буквы и пробел
@@ -577,6 +574,7 @@ required /> + Русские, английские буквы, цифры, тире и пробел
@@ -585,10 +583,11 @@ class="form-control" id="telegram_name" name="telegram_name" - pattern="[a-zA-Z0-9]+" + pattern="[a-zA-Z0-9\-_]+" required /> + Английские буквы, цифры, тире, подчёркивание
@@ -597,6 +596,7 @@