2024-06-29 14:06:44 -04:00
|
|
|
<p>Gate open:{{ worlds_open }}</p>
|
|
|
|
<p>Gate open:{{ login_open }}</p>
|
2024-06-29 14:44:13 -04:00
|
|
|
<p>Boot patch location:{{ boot_patch_location }}</p>
|
2024-05-11 14:10:49 -04:00
|
|
|
<form action='apply' method='post'>
|
2024-06-29 14:44:13 -04:00
|
|
|
<label>
|
|
|
|
Worlds Open:
|
|
|
|
<input type='checkbox' id='worlds_open' name='worlds_open' checked/>
|
|
|
|
</label>
|
|
|
|
<label>
|
|
|
|
Login Open:
|
|
|
|
<input type='checkbox' id='login_open' name='login_open' checked/>
|
|
|
|
</label>
|
|
|
|
<label>
|
|
|
|
Boot Patch Location:
|
|
|
|
<input type='text' id='boot_patch_location' name='boot_patch_location'/>
|
|
|
|
</label>
|
2024-05-11 14:10:49 -04:00
|
|
|
<button type='submit'>Apply</button>
|
|
|
|
</form>
|