mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 10:35:30 +00:00
+Abkürzungen
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user