diff --git a/templates/client/place/place_photo.html b/templates/client/place/place_photo.html
index 273f4da0..2a700ab2 100644
--- a/templates/client/place/place_photo.html
+++ b/templates/client/place/place_photo.html
@@ -2,77 +2,70 @@
{% load static %}
{% load i18n %}
{% load template_filters %}
-
-
{% block page_body %}
-
-
-
-
-
-
-
-
- {{ object.get_type }}
-
-
-
- {% if object.country %}
-
- {% endif %}
-
-
-
-
-
-
- {{ object.description|safe }}
-
-
-
+
+
+
+
+
+
+
+
+ {{ object.get_type }}
+
+
+
+ {% if object.country %}
+
+ {% endif %}
+
+
+
+
+
+ {{ object.description|safe }}
+
+
- {% block paginator %}
-
- {% with page_obj=page_obj queries=queries %}
- {% include 'includes/paginator.html' %}
- {% endwith %}
-
- {% endblock %}
+ {% block paginator %}
+ {% with page_obj=page_obj queries=queries %}
+ {% include 'includes/paginator.html' %}
+ {% endwith %}
+ {% endblock %}
{% endblock %}
-
{% block photogallery %}
{% include 'client/popups/photo.html' %}
{% endblock %}
{% block scripts %}
-
+{% if request.GET.debug == '1' %}
+
+{% else %}
+
+{% endif %}