diff options
Diffstat (limited to 'templates/frontpage.html')
-rw-r--r-- | templates/frontpage.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/frontpage.html b/templates/frontpage.html index bf04709..873f198 100644 --- a/templates/frontpage.html +++ b/templates/frontpage.html @@ -3,11 +3,7 @@ {% block title %}Cambridge Expeditions to Austria{% endblock %}
-
-
-{% block content %}
-
- <div id="related">
+ {% block related %}
<h2>Recent Actions</h2>
{% load log %}
{% get_admin_log 10 as admin_log %}
@@ -32,7 +28,11 @@ {% endfor %}
</ul>
{% endif %}
- </div>
+ {% endblock %}
+
+{% block content %}
+
+
<div id="col1">
|