Fixed stray form
This commit is contained in:
parent
b0071521dc
commit
6f7ebb2d47
@ -28,7 +28,7 @@ class GameView(TemplateView):
|
|||||||
"levelAuthor": level.author,
|
"levelAuthor": level.author,
|
||||||
})
|
})
|
||||||
|
|
||||||
return render(request, "bloonsa_game/game.html", context={"login_form": AuthenticationForm()})
|
return render(request, "bloonsa_game/game.html", context={})
|
||||||
|
|
||||||
class WIPView(TemplateView):
|
class WIPView(TemplateView):
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user