added community profile setting from dialog (untested)

This commit is contained in:
2025-10-17 23:21:31 -06:00
parent 0edba20d1d
commit 83bd817630
5 changed files with 149 additions and 0 deletions
+1
View File
@@ -67,6 +67,7 @@ func setupEcho() *echo.Echo {
e.GET("/comm/:cid/profile", ui.AmWrap(ShowCommunity))
e.GET("/comm/:cid/admin", ui.AmWrap(CommunityAdminMenu))
e.GET("/comm/:cid/admin/profile", ui.AmWrap(CommunityProfileForm))
e.POST("/comm/:cid/admin/profile", ui.AmWrap(EditCommunityProfile))
return e
}