Landed conference list page - still needs some work (doesn't crash, but some display info is incorrect)

This commit is contained in:
2025-10-22 23:19:11 -06:00
parent 4f3677b3b4
commit b93bc93e00
6 changed files with 247 additions and 3 deletions
+1
View File
@@ -83,6 +83,7 @@ func setupEcho() *echo.Echo {
e.POST("/comm/:cid/admin/profile", ui.AmWrap(EditCommunityProfile))
e.GET("/comm/:cid/admin/logo", ui.AmWrap(CommunityLogoForm))
e.POST("/comm/:cid/admin/logo", ui.AmWrap(EditCommunityLogo))
e.GET("/comm/:cid/conf", ui.AmWrap(Conferences))
return e
}