Besser aussehendes Register-Form und answer.html richtig eingebunden

This commit is contained in:
ben8
2025-02-17 18:10:22 +01:00
parent 680bd2c823
commit 3adaba94b8
11 changed files with 92 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
from django.shortcuts import render
# Create your views here.
def play(request):
return render(request, 'components/answer.html')
def play(request,pk): #
return render(request, 'components/answer.html', {"pk": pk}) #