1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-23 23:57:46 +00:00
kawari/templates/admin.html

5 lines
186 B
HTML
Raw Normal View History

<p>Gate open:{{ gate_open }}</p>
<form action='apply' method='post'>
<input type='checkbox' id='gate_open' name='gate_open' checked/>
<button type='submit'>Apply</button>
</form>