Skip to content
Snippets Groups Projects
Commit 514a8cc4 authored by HeJ's avatar HeJ
Browse files

typo

parent 6f1e5b91
Branches
Tags
No related merge requests found
...@@ -68,7 +68,7 @@ class ConferenceMixin(PermissionRequiredMixin): ...@@ -68,7 +68,7 @@ class ConferenceMixin(PermissionRequiredMixin):
if self.require_conference_open and not self.conference.is_open and not self.is_assembly_team: if self.require_conference_open and not self.conference.is_open and not self.is_assembly_team:
raise PermissionDenied('Conference not open.') raise PermissionDenied('Conference not open.')
if not self.has_permission(): if not self.has_permission():
raise PermissionDenied('Insufficient priviledges.') raise PermissionDenied('Insufficient privileges.')
return super().dispatch(request, *args, **kwargs) return super().dispatch(request, *args, **kwargs)
def get_context_data(self, *args, **kwargs): def get_context_data(self, *args, **kwargs):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment