From fdc03f5b86302b25bd39a870caaef890c1565520 Mon Sep 17 00:00:00 2001 From: pavel Date: Tue, 21 Apr 2015 13:44:02 +0000 Subject: [PATCH] EXPO-25 place/place_photo.html:77 --- templates/client/place/place_photo.html | 119 +++++++++++------------- 1 file changed, 56 insertions(+), 63 deletions(-) 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 %}