unblock
This commit is contained in:
parent
acfc865d4e
commit
22e4138555
7 changed files with 63 additions and 5 deletions
|
@ -139,4 +139,5 @@ urlpatterns = [
|
|||
|
||||
re_path(r'^block/?$', views.Block.as_view()),
|
||||
re_path(r'^block/(?P<user_id>\d+)/?$', views.Block.as_view()),
|
||||
re_path(r'^unblock/(?P<user_id>\d+)/?$', views.unblock),
|
||||
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue