Fix lieblog channels group

This commit is contained in:
Iacopo Spalletti 2016-06-22 23:55:34 +02:00
parent 0f4056f678
commit a6feb4629d
No known key found for this signature in database
GPG key ID: BDCBC2EB289F60C6

View file

@ -354,7 +354,7 @@ class Post(KnockerModel, ModelMeta, TranslatableModel):
@property
def liveblog_group(self):
return 'liveblog/{apphook}/{lang}/{post}'.format(
return 'liveblog-{apphook}-{lang}-{post}'.format(
lang=self.get_current_language(),
apphook=self.app_config.namespace,
post=self.safe_translation_getter('slug', any_language=True)