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
15
templates/istorija.html
Normal file
15
templates/istorija.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<div id="istorija-form">
|
||||
<h1>Tajmlajn za den vo minatoto</h1>
|
||||
<label for="start">Izberi den:</label>
|
||||
<input type="date"
|
||||
id="den"
|
||||
name="den"
|
||||
value="{{ date }}"
|
||||
max="{{ today }}"
|
||||
hx-get="/istorija"
|
||||
hx-target="#main"
|
||||
/>
|
||||
</div>
|
||||
<div id="timeline">
|
||||
{% include 'timeline.html' %}
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue