mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 17:25:32 +00:00
more bugs fixed, more bugs created
This commit is contained in:
@@ -27,6 +27,7 @@ type ReihePage struct {
|
||||
pagemodels.Page
|
||||
}
|
||||
|
||||
// TODO: data richtig seutzen, damit die Reihe mit dem template _reihe angezeigt wird
|
||||
func (p *ReihePage) Setup(router *router.Router[*core.RequestEvent], app core.App, engine *templating.Engine) error {
|
||||
router.GET(URL_REIHE, func(e *core.RequestEvent) error {
|
||||
id := e.Request.PathValue("id")
|
||||
|
||||
Reference in New Issue
Block a user