funkcionira ama bez ruti vo browser
i bez statistika :)
This commit is contained in:
parent
8e60aa62a7
commit
8fb042066c
19 changed files with 1503 additions and 0 deletions
16
templates/tezina.html
Normal file
16
templates/tezina.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<form hx-post="/event" hx-target="#timeline">
|
||||
<h1>Tezina</h1>
|
||||
<input type="hidden" name="event_type" value="tezina" />
|
||||
<div class="form-group">
|
||||
<input type="number"
|
||||
id="tezina_data_value"
|
||||
name="tezina_data_value"
|
||||
required />
|
||||
<input type="hidden"
|
||||
id="tezina_data_unit"
|
||||
name="tezina_data_unit"
|
||||
value="g" />
|
||||
<span></span>
|
||||
<input class="submit" type="submit" value="Vnesi" />
|
||||
</div>
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue