change slug to Permalink
This commit is contained in:
@@ -52,6 +52,7 @@ class NewsForm(PostForm):
|
||||
"subtitle": _("Untertitel"),
|
||||
"image": _("Hintergrundbild"),
|
||||
"body": _("Text"),
|
||||
"slug": _("Permalink"),
|
||||
"author": _("Autor"),
|
||||
"public_date": _("Veröffentlichung"),
|
||||
"is_pinned": _("Post anheften"),
|
||||
@@ -106,6 +107,7 @@ class EventForm(PostForm):
|
||||
"event_start": _("Start des Events"),
|
||||
"event_end": _("Ende des Events"),
|
||||
"event_place": _("Ort des Events"),
|
||||
"slug": _("Permalink"),
|
||||
"author": _("Autor"),
|
||||
"public_date": _("Veröffentlichung"),
|
||||
"is_pinned": _("Event anheften"),
|
||||
|
||||
Reference in New Issue
Block a user