begin work on perms

This commit is contained in:
2021-10-22 16:13:08 +01:00
parent a184bbfa26
commit 280a1d9604
5 changed files with 10 additions and 7 deletions

View File

@@ -83,7 +83,7 @@ class TraineeList(generic.ListView):
def get_context_data(self, **kwargs):
context = super().get_context_data(**kwargs)
context["page_title"] = "Profile List"
context["page_title"] = "Training Profile List"
return context