app/soc/templates/soc/home/public.html
changeset 707 26a95753cd99
parent 574 b7b77b4c9612
child 903 7110fc489fd0
--- 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 />