model tbContent (part1)

This commit is contained in:
erjemin
2021-07-24 12:17:57 +03:00
parent f0351ec2a1
commit 27eccfb185
5 changed files with 235 additions and 5 deletions

View File

@@ -33,6 +33,5 @@ def index(request) -> render:
:return: response:
"""
template = "index.jinja2" # шаблон
template = "under_reconstruction.jinja2" # шаблон
to_template = {"COOKIES": check_cookies(request)}
return render(request, template, to_template)