WIP: group name fix (to squash)

This commit is contained in:
Chris Tactic 2023-11-13 15:15:45 +01:00
parent a12ac50417
commit d2b3467c8d

View File

@ -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):