wip-1.0-132 #133

Closed
ctactic wants to merge 8 commits from wip-1.0-132 into develop-1.0
Showing only changes of commit d2b3467c8d - Show all commits

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