app/soc/templates/soc/presence/home.html
changeset 2384 71780864a5ed
parent 2271 6519029b444f
child 2801 0ee67cc9bd20
--- a/app/soc/templates/soc/presence/home.html	Thu Jun 04 20:21:15 2009 +0200
+++ b/app/soc/templates/soc/presence/home.html	Thu Jun 04 21:58:05 2009 +0200
@@ -40,7 +40,10 @@
 
 {% block header_title %}
 {% if home_document %}
-{{ home_document.title }}
+{{ home_document.title }} 
+	{% if home_document_edit_redirect %}
+		<a href={{ home_document_edit_redirect }}> (Click here to Edit Home Page)</a>
+	{% endif %}
 {% else %}
 {{ page_name }}
 {% endif %}