Components App mit base.html und answer.html
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
from django.shortcuts import render
|
||||
|
||||
# Create your views here.
|
||||
def play(request):
|
||||
return render(request, 'components/answer.html')
|
||||
Reference in New Issue
Block a user