summaryrefslogtreecommitdiff
path: root/djangoproject/templates/base_2col.html
diff options
context:
space:
mode:
Diffstat (limited to 'djangoproject/templates/base_2col.html')
-rw-r--r--djangoproject/templates/base_2col.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/djangoproject/templates/base_2col.html b/djangoproject/templates/base_2col.html
index 3327c945..f335f0b5 100644
--- a/djangoproject/templates/base_2col.html
+++ b/djangoproject/templates/base_2col.html
@@ -3,12 +3,12 @@
{% block columnwrap %}
<div id="content-main">
{% block content %}
- {% endblock %}
+ {% endblock content %}
</div>
<!-- END #content-main -->
<aside id="content-related" class="sidebar" aria-labelledby="aside-header">
{% block content-related %}
- {% endblock %}
+ {% endblock content-related %}
</aside>
<!-- END #content-related -->
-{% endblock %}
+{% endblock columnwrap %}