mirror of
https://github.com/KUlishevgeniy/c22712.git
synced 2026-09-24 08:00:22 +00:00
mutable template added
This commit is contained in:
@@ -5,7 +5,8 @@ from django.shortcuts import render
|
||||
|
||||
def index(request):
|
||||
context = {
|
||||
"text": "test"
|
||||
"text": "test",
|
||||
"list": range(101)
|
||||
}
|
||||
|
||||
return HttpResponse(render(request, "polls/index.html", context))
|
||||
|
||||
Reference in New Issue
Block a user