Add journaling for the election and auth app #37

Closed
thubrecht wants to merge 2 commits from thubrecht/logger into master
Showing only changes of commit c4cf8d2c38 - Show all commits

View file

@ -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"