Fixed accidental movement of content_outer block

This commit is contained in:
str4d
2012-12-14 03:43:17 +00:00
parent 7171a3bd78
commit e28b1ecabf

View File

@ -19,8 +19,8 @@
{% include "global/nav.html" %}
</div>
<div id="content">
{% block content_outer %}
<div class="inner">
{% block content_outer %}
{%- if self.lastupdated() or self.accuratefor() -%}
<div class="lastupdated">
This page {% if self.lastupdated() %}was last updated in {% block lastupdated %}{% endblock %}{% endif -%}