mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-24 09:00:33 +00:00
style: run linter
This commit is contained in:
parent
3d29524e29
commit
54aea0654a
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ class UserAdmin(View):
|
|||
data = {"user": user, "group_form": form}
|
||||
return TemplateResponse(request, "settings/users/user.html", data)
|
||||
|
||||
|
||||
@method_decorator(login_required, name="dispatch")
|
||||
@method_decorator(
|
||||
permission_required("bookwyrm.moderate_user", raise_exception=True),
|
||||
|
|
Loading…
Reference in a new issue