Rankliste, Bilder, bei Fragen Bilder möglich

This commit is contained in:
ben8
2025-02-28 16:23:56 +01:00
parent 3adaba94b8
commit c378d05130
7 changed files with 95 additions and 27 deletions

View File

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