+Abkürzungen

This commit is contained in:
Simon Martens
2026-01-12 18:57:34 +01:00
parent 696f7fe087
commit 7d7637fe13
21 changed files with 465 additions and 204 deletions

View File

@@ -66,11 +66,6 @@ func (p *AlmanachEditPage) GET(engine *templating.Engine, app core.App) HandleFu
data["agent_relations"] = dbmodels.AGENT_RELATIONS
data["series_relations"] = dbmodels.SERIES_RELATIONS
abbrs, err := pagemodels.GetAbks(app)
if err == nil {
data["abbrs"] = abbrs
}
if msg := e.Request.URL.Query().Get("saved_message"); msg != "" {
data["success"] = msg
}
@@ -84,7 +79,7 @@ type AlmanachEditResult struct {
PrevByID *dbmodels.Entry
NextByTitle *dbmodels.Entry
PrevByTitle *dbmodels.Entry
User *dbmodels.User
User *dbmodels.User
AlmanachResult
}