Add journaling for the election and auth app #37
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ class PermissionManagementView(StaffMemberMixin, SuccessMessageMixin, FormView):
|
|||
|
||||
|
||||
class JournalView(StaffMemberMixin, ListView):
|
||||
model = Event
|
||||
queryset = Event.objects.select_related("user")
|
||||
template_name = "auth/journal.html"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue