1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-07 22:46:24 -07:00
gochan/templates/manage_config.html
2023-01-05 23:59:55 -08:00

9 lines
470 B
HTML

{{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="{{webPath "/manage/config"}}" method="POST">
<input name="do" value="save" type="hidden" />
{{generateConfigTable}}<br />
<input type="submit" />
</form>