mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
feat: picture moderation requests
This commit is contained in:
@ -34,6 +34,11 @@ urlpatterns = [
|
||||
PictureEditView.as_view(),
|
||||
name="picture_edit",
|
||||
),
|
||||
path(
|
||||
"picture/<int:picture_id>/report",
|
||||
PictureAskRemovalView.as_view(),
|
||||
name="picture_ask_removal",
|
||||
),
|
||||
path("picture/<int:picture_id>/download/", send_pict, name="download"),
|
||||
path(
|
||||
"picture/<int:picture_id>/download/compressed/",
|
||||
|
Reference in New Issue
Block a user