diff options
Diffstat (limited to 'templates/frontpage.html')
-rw-r--r-- | templates/frontpage.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/frontpage.html b/templates/frontpage.html index 3192f83..6ca3791 100644 --- a/templates/frontpage.html +++ b/templates/frontpage.html @@ -7,7 +7,6 @@ <div id="col2">
Recent edits
-</ul>
</div>
<div id="col1">
@@ -35,6 +34,9 @@ Everyone is gearing up for the 2009 expedition; please see the link below for th Troggle is still under development, and there is <a href="{%url todo%}">much work to do</a>.
</p>
</div>
+{% endblock content %}
+
+{% block margins %}
<img class="leftMargin eyeCandy fadeIn" src="{{ settings.MEDIA_URL }}eieshole.jpg">
<img class="rightMargin eyeCandy fadeIn" src="{{ settings.MEDIA_URL }}goesser.jpg">
-{% endblock content %}
\ No newline at end of file +{% endblock margins %}
\ No newline at end of file |