1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-29 01:47:45 +00:00
kawari/templates/admin.html

5 lines
No EOL
186 B
HTML

<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>