From 9d873f02d0e619be6b0ab53dd0b058e26025e1e3 Mon Sep 17 00:00:00 2001 From: pavel Date: Tue, 21 Apr 2015 13:11:23 +0000 Subject: [PATCH] EXPO-25 blank.html --- templates/client/blank.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/client/blank.html b/templates/client/blank.html index 92137730..0f20138e 100644 --- a/templates/client/blank.html +++ b/templates/client/blank.html @@ -126,7 +126,11 @@ This template include basic anf main styles and js files, {% if not request.user.is_anonymous %} {% if not request.user.url %} {% include 'client/popups/user_information.html' with form=reg_complete %} - + {% if request.GET.debug == '1' %} + + {% else %} + + {% endif %} {% endif %} {% endif %}