error handling
All checks were successful
Build Docker / deploy (push) Successful in 1m5s
Build Docker / build (push) Successful in 50s

This commit is contained in:
2026-05-10 17:24:32 +03:00
parent 731e62e53c
commit 1534181e71
2 changed files with 44 additions and 4 deletions

View File

@@ -442,7 +442,7 @@
<label class="label_style">Имя
<input type="text" name="firstName" id="ffname" required>
</label>
<p>text</p>
<label class="label_style">Отчество
<input type="text" name="middleName" id="fmname" required>
</label>
@@ -468,7 +468,7 @@
</label>
<label class="option">
<input type="radio" name="food" id="rfish" value="fish">
<input type="radio" name="food" id="rfish" value="fish" required>
Рыба
</label>
</div>