nur slug für fs sitzung wenn noch keiner vorhanden
This commit is contained in:
@@ -255,6 +255,7 @@ class FetMeeting(Event):
|
||||
|
||||
def save(self, *args, **kwargs):
|
||||
self.title = "Fachschaftssitzung"
|
||||
if not self.slug:
|
||||
self.slug = slugify(self.event_start.date()) + "-" + slugify(self.title)
|
||||
self.body = "TODO: Agenda + Protokoll Link"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user