From 5738ee9c9e8eeb21fdebd79c9200dc626c2e4698 Mon Sep 17 00:00:00 2001 From: erjemin Date: Thu, 29 Dec 2022 16:10:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A8=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD:=20"=D0=9A?= =?UTF-8?q?=D0=B0=D1=82=D0=B0=D0=BB=D0=BE=D0=B3=20/=20=D0=9F=D1=80=D0=BE?= =?UTF-8?q?=D0=B8=D0=B7=D0=B2=D0=BE=D0=B4=D0=B8=D1=82=D0=B5=D0=BB=D0=B8=20?= =?UTF-8?q?=D0=B8=20=D0=BF=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D1=89=D0=B8=D0=BA?= =?UTF-8?q?=D0=B8=20=D0=BE=D0=BA=D0=BE=D0=BD=20/=20=D0=9A=D0=BE=D0=BC?= =?UTF-8?q?=D0=BF=D0=B0=D0=BD=D0=B8=D1=8F"=20--=20minor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oknardia/web/catalog.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/oknardia/web/catalog.py b/oknardia/web/catalog.py index ca4898c..72b9ecb 100644 --- a/oknardia/web/catalog.py +++ b/oknardia/web/catalog.py @@ -1038,5 +1038,4 @@ def catalog_company_detail(request: HttpRequest, company_id: str, company_name_s 'LOG_VISIT': get_last_all_user_visit_list(), 'ticks': float(time.time() - time_start) }) - response = render (request, "catalog/catalog_company_detail.html", to_template) - return response \ No newline at end of file + return render(request, "catalog/catalog_company_detail.html", to_template)