summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html
index da27cd2..e30e1e6 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -19,9 +19,7 @@
{% endfor %}
</ul>
</div>
- <div id="sidebar">
- {% block sidebar %}{% endblock %}
- </div>
+ {% block sidebar %}{% endblock %}
<div id="content">
{% block content %}{% endblock %}
</div>