mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 19:41:11 +00:00
Fixes access level control in report view
This commit is contained in:
parent
24c1d5a168
commit
68f9ee9d8a
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ class ReportAdmin(View):
|
|||
"""load a report"""
|
||||
data = {
|
||||
"report": get_object_or_404(models.Report, id=report_id),
|
||||
"group_form": forms.UserGroupForm(),
|
||||
}
|
||||
return TemplateResponse(request, "settings/reports/report.html", data)
|
||||
|
||||
|
|
Loading…
Reference in a new issue