Fixes unblock signal
This commit is contained in:
parent
668f71f96c
commit
0798ba028f
2 changed files with 10 additions and 3 deletions
|
@ -14,7 +14,7 @@ class Block(View):
|
|||
"""blocking users"""
|
||||
|
||||
def get(self, request):
|
||||
"""list of blocked users?"""
|
||||
"""list of blocked users"""
|
||||
return TemplateResponse(request, "preferences/blocks.html")
|
||||
|
||||
def post(self, request, user_id):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue