app/soc/templates/soc/docs/public.html
changeset 398 aa1e786a0b1d
parent 352 c66de4d12c82
child 450 365c2cc68bd7
--- a/app/soc/templates/soc/docs/public.html	Mon Oct 20 23:23:53 2008 +0000
+++ b/app/soc/templates/soc/docs/public.html	Mon Oct 20 23:24:07 2008 +0000
@@ -14,16 +14,16 @@
 {% endcomment %}
 
 {% block page_title %}
-{{ document.title }}
+{{ entity.title }}
 {% endblock %}
 
 {% block header_title %}
-{{ document.title }}
+{{ entity.title }}
 {% endblock %}
 
 {% block body %}
-<div id="createdon">Created on: {{ document.created }}</div>
-<div id="createdby">Created by: {{ document.author.nick_name }}</div>
-<div id="content">{{ document.content|safe }}</div>
-<div id="lastmodified">Last updated on: {{ document.modified }}</div>
+<div id="createdon">Created on: {{ entity.created }}</div>
+<div id="createdby">Created by: {{ entity.author.nick_name }}</div>
+<div id="content">{{ entity.content|safe }}</div>
+<div id="lastmodified">Last updated on: {{ entity.modified }}</div>
 {% endblock %}