Changed template for home/public.html to show last modified in the top-right corner.
Patch by: Lennard de Rijk
--- a/app/soc/templates/soc/home/public.html Sun Dec 07 17:02:32 2008 +0000
+++ b/app/soc/templates/soc/home/public.html Sun Dec 07 17:26:59 2008 +0000
@@ -49,8 +49,8 @@
{% block body %}
{% if home_document %}
+ <div id="created">Last modified on {{ home_document.modified }} by {{ home_document.modified_by.name }}</div>
{{ home_document.content|safe }}
- <div id="lastmodified">Last updated on: {{ home_document.modified }}</div>
{% else %}
{% block missing_doc %}
This is the default home page can be edited via <a href="/site/settings/edit">Edit Site Settings</a>.<br />