Site
- New way to manage profiles with url -> /profil/username Django - modification of the user info query
This commit is contained in:
@ -59,10 +59,6 @@ def wait_game(request):
|
||||
# return lobbyPage(request)
|
||||
return redirect('/lobby')
|
||||
|
||||
def profil(request):
|
||||
# return lobbyPage(request)
|
||||
return redirect('/lobby')
|
||||
|
||||
def profilPage(request):
|
||||
if(request.method != "POST"):
|
||||
return index(request)
|
||||
|
Reference in New Issue
Block a user