started overview

This commit is contained in:
Simon Martens
2025-05-23 23:20:50 +02:00
parent 48b2a9d551
commit a46e2bc474
16 changed files with 412 additions and 151 deletions

View File

@@ -20,7 +20,7 @@ func init() {
ump := &UserEditPage{
StaticPage: pagemodels.StaticPage{
Name: pagemodels.P_USER_EDIT_NAME,
Layout: "blank",
Layout: "blankfooter",
Template: TEMPLATE_USER_EDIT,
URL: URL_USER_EDIT,
},