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)