commit
d72d4eddfd
3 changed files with 59 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