funkcionira ama bez ruti vo browser

i bez statistika :)
This commit is contained in:
Vladan Popovic 2024-07-28 00:01:19 +02:00
parent 8e60aa62a7
commit 8fb042066c
19 changed files with 1503 additions and 0 deletions

11
templates/kakanje.html Normal file
View file

@ -0,0 +1,11 @@
<form hx-post="/event" hx-target="#timeline">
<h1>Kakanje</h1>
<input type="hidden" name="event_type" value="kakanje" />
<div class="form-group">
<input type="time"
id="kakanje_start"
name="kakanje_start" />
<span></span>
<input class="submit" type="submit" value="Vnesi" />
</div>
</form>