Add HTML titles
This commit is contained in:
parent
a5e50e5de6
commit
ae629b55ad
12 changed files with 639 additions and 265 deletions
|
|
@ -41,6 +41,7 @@ class ProtectQuerysetMixin:
|
|||
|
||||
class RightsView(TemplateView):
|
||||
template_name = "permission/all_rights.html"
|
||||
extra_context = {"title": _("Rights")}
|
||||
|
||||
def get_context_data(self, **kwargs):
|
||||
context = super().get_context_data(**kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue