mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
web: remove almost every use of ml/mr
replace with flex and gap mostly. For #450.
This commit is contained in:
2
setup.go
2
setup.go
@@ -40,7 +40,7 @@ func (app *appContext) ServeSetup(gc *gin.Context) {
|
||||
return
|
||||
}
|
||||
pages := PagePathsDTO{PagePaths: PAGES}
|
||||
gc.HTML(200, "setup.html", gin.H{
|
||||
app.gcHTML(gc, 200, "setup.html", SetupPage, lang, gin.H{
|
||||
"cssVersion": cssVersion,
|
||||
"pages": pages,
|
||||
"lang": app.storage.lang.Setup[lang],
|
||||
|
||||
Reference in New Issue
Block a user