From 4de35904f41aedb624703328aa13e00571e28be3 Mon Sep 17 00:00:00 2001 From: erjemin Date: Fri, 1 May 2026 11:55:54 +0300 Subject: [PATCH] =?UTF-8?q?mod:=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=80=D0=BE=D1=83=D1=82=D0=B8=D0=BD=D0=B3?= =?UTF-8?q?=D0=B0=20=D0=B4=D0=BB=D1=8F=20=D1=81=D1=82=D1=80=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=86=D1=8B=20=D1=86=D0=B5=D0=BD=D0=BE=D0=B2=D1=8B=D1=85?= =?UTF-8?q?=20=D0=BF=D1=80=D0=B5=D0=B4=D0=BB=D0=BE=D0=B6=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B9=20(3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oknardia/templates/popup/popup_show_apartment_variants.html | 2 +- oknardia/web/prices.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/oknardia/templates/popup/popup_show_apartment_variants.html b/oknardia/templates/popup/popup_show_apartment_variants.html index 3586310..9998091 100755 --- a/oknardia/templates/popup/popup_show_apartment_variants.html +++ b/oknardia/templates/popup/popup_show_apartment_variants.html @@ -23,7 +23,7 @@
{% for I_APART in LIST_APART %} {% endfor %}
diff --git a/oknardia/web/prices.py b/oknardia/web/prices.py index 2ab9c1d..4c78c0c 100644 --- a/oknardia/web/prices.py +++ b/oknardia/web/prices.py @@ -1027,7 +1027,6 @@ def report_price_new(request, seria_id, seria_slug, apart_id, address_id, addres from django.shortcuts import redirect # Проверяем, что все объекты существуют try: - print(f"seria_id: {seria_id}, seria_slug: {seria_slug}, apart_id: {apart_id}, address_id: {address_id}, address_slug: {address_slug}") seria = Seria_Info.objects.get(id=seria_id) building = Building_Info.objects.get(id=address_id) # apartment = Apartment_Type.objects.get(id=apart_id)