replace og setup

This commit is contained in:
Harvey Tindall
2021-01-27 21:37:43 +00:00
parent 7baea9101e
commit eb67116ee6
3 changed files with 446 additions and 820 deletions

View File

@@ -38,7 +38,7 @@ func (app *appContext) ServeSetup(gc *gin.Context) {
respond(500, "Failed to fetch default values", gc)
return
}
gc.HTML(200, "setup2.html", gin.H{
gc.HTML(200, "setup.html", gin.H{
"lang": app.storage.lang.Setup[lang],
"emailLang": app.storage.lang.Email[emailLang],
"language": app.storage.lang.Setup[lang].JSON,