logging, and handler struct

This commit is contained in:
bronku 2025-02-06 20:06:42 +01:00
parent 40fc76c7fc
commit bc4c9d62f0
2 changed files with 75 additions and 52 deletions

View file

@ -14,6 +14,11 @@
<input type="text" name="surname" value="{{.Surname}}">
<label>phone</label>
<input type="tel" name="phone" value="{{.Phone}}">
<label>location</label>
<select name="location">
<option value="Kartuzy">Kartuzy</option>
<option value="Somonino">Somonino</option>
</select>
<label>date</label>
<input type="date" name="date" value="{{.Date}}">
</div>