1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-04 03:56:24 -07:00
gochan/templates/manage_config.html

10 lines
No EOL
507 B
HTML

<h2 class="manage-header">Config editor</h2>
{{if ne .status ""}}{{.status}}<hr />{{end}}
Some fields omitted because they can not be (safely) edited from the web interface while Gochan is running.
Edit these directly in gochan.json, then restart Gochan.<br />
<span class="warning">This config editor isn't fully stable so MAKE BACKUPS!</span>
<form action="/manage?action=config" method="POST">
<input name="do" value="save" type="hidden" />
{{generateConfigTable}}<br />
<input type="submit" />
</form>