WIP: group name fix (to squash)
This commit is contained in:
@ -85,7 +85,7 @@ class Program(Page):
|
||||
|
||||
@property
|
||||
def editors_group_name(self):
|
||||
return "{self.title} editors"
|
||||
return f"{self.title} editors"
|
||||
|
||||
@property
|
||||
def change_permission_codename(self):
|
||||
|
Reference in New Issue
Block a user