summaryrefslogtreecommitdiff
path: root/res/domain-fragment.d/default/template.d/base.html
diff options
context:
space:
mode:
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>