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)