From 82c9ef87f5625c5999f165d2eff8e4f8f92f71c8 Mon Sep 17 00:00:00 2001 From: pavel Date: Tue, 21 Apr 2015 13:33:55 +0000 Subject: [PATCH] EXPO-25 includes/conference/conference_list.html --- .../includes/conference/conference_list.html | 221 ++++++++---------- 1 file changed, 103 insertions(+), 118 deletions(-) diff --git a/templates/client/includes/conference/conference_list.html b/templates/client/includes/conference/conference_list.html index fc6388bd..459032f2 100644 --- a/templates/client/includes/conference/conference_list.html +++ b/templates/client/includes/conference/conference_list.html @@ -1,129 +1,114 @@ {% load static %} {% load i18n %} {% load template_filters %} - {% block scripts %} - +{% if request.GET.debug == '1' %} + +{% else %} + +{% endif %} {% endblock %} \ No newline at end of file