[gimp-web/gimp-web-static] Modified debug output at bottom of pages



commit cba77f75dc1d6313681fc240cfe5128414ae78a4
Author: Pat David <patdavid gmail com>
Date:   Wed Nov 18 10:54:06 2015 -0600

    Modified debug output at bottom of pages

 themes/newgimp/templates/page.html |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/themes/newgimp/templates/page.html b/themes/newgimp/templates/page.html
index 6abb89e..7da159f 100644
--- a/themes/newgimp/templates/page.html
+++ b/themes/newgimp/templates/page.html
@@ -41,11 +41,9 @@
 
     {% if PAGES_DEBUG == true %}
     <div style="border: dotted 1px #ccc; ;" class='page_content'>
-        <p>Debug stuff.  Ignore</p>
-        <p>Testing PAGES_DEBUG: {% if PAGES_DEBUG %}Exists!{% else %} Doesn't exist! {% endif %} -- {{ 
PAGES_DEBUG }}</p>
-        <p>Testing PAGES_DEBUG == true: {% if PAGES_DEBUG == true %}true{% else %}not true?{% endif %} -- {{ 
PAGES_DEBUG }}</p>
         
         <div style='font-size: 80%;'>
+            <p>Debug stuff.  Ignore</p>
             <p>
                 url: {{ page.url }} <br/>
                 slug: {{ page.slug }}<br/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]