add about page to web ui

This commit is contained in:
Harvey Tindall
2020-08-31 15:29:35 +01:00
parent 1b0ca34586
commit 8e8debd8a4
5 changed files with 314 additions and 283 deletions
+2
View File
@@ -16,6 +16,8 @@ func (app *appContext) AdminPage(gc *gin.Context) {
"contactMessage": "",
"email_enabled": emailEnabled,
"notifications": notificationsEnabled,
"version": VERSION,
"commit": COMMIT,
})
}