Components App mit base.html und answer.html

This commit is contained in:
ben8
2025-02-14 17:31:34 +01:00
parent 7f1be5afab
commit 70e901dfbf
7 changed files with 87 additions and 1 deletions

View File

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