WIP: group name fix (to squash)
This commit is contained in:
parent
a12ac50417
commit
d2b3467c8d
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user