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 /> + Русские, английские буквы и пробел