summaryrefslogtreecommitdiff
path: root/res/domain-fragment.d/default/template.d/base.html
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-05-22 01:37:31 +0300
committerLV-426 <lv-426@taproot.org.il>2015-05-22 02:41:21 +0300
commit7a9e9fdadf89ffff7fe5b75b48a405c843910c15 (patch)
tree6f65f119d298eaaa09f4ccd5c9e64f45e1dcc31f /res/domain-fragment.d/default/template.d/base.html
parent3a8801930d190474e8eba9e1d97791264d2b19af (diff)
index.html, base.html: devtools
Diffstat (limited to 'res/domain-fragment.d/default/template.d/base.html')
-rw-r--r--res/domain-fragment.d/default/template.d/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/domain-fragment.d/default/template.d/base.html b/res/domain-fragment.d/default/template.d/base.html
index fdd98c80..135189af 100644
--- a/res/domain-fragment.d/default/template.d/base.html
+++ b/res/domain-fragment.d/default/template.d/base.html
@@ -15,5 +15,6 @@
<body>
<div id="content">{% block content %}{% endblock %}</div>
<div id="footer">{% block footer %}{% endblock %}</div>
+ <div id="devtools" style="display:none;">{% block devtools %}{% endblock %}</div>
</body>
</html>