mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-23 10:01:04 +00:00
Remove unused method
This commit is contained in:
parent
bedc9e0a88
commit
8bd12f0e06
1 changed files with 0 additions and 3 deletions
|
@ -49,9 +49,6 @@ class Report(View):
|
|||
data = {"report": get_object_or_404(models.Report, id=report_id)}
|
||||
return TemplateResponse(request, "moderation/report.html", data)
|
||||
|
||||
def post(self, request, report_id):
|
||||
""" update a report """
|
||||
|
||||
|
||||
@login_required
|
||||
@permission_required("bookwyrm_moderate_post")
|
||||
|
|
Loading…
Reference in a new issue