Log Fix not working after click the "Site Settings" in home page. templete wasn't updated when soc/app/soc/logic/site/map.py was update.
Patch by: Chen Lunpeng
Review by: to-be-reviewed
--- a/app/soc/templates/soc/site/home/public.html Thu Oct 16 09:05:02 2008 +0000
+++ b/app/soc/templates/soc/site/home/public.html Thu Oct 16 09:14:26 2008 +0000
@@ -52,9 +52,9 @@
{{ site_document.content|safe }}
<div id="lastmodified">Last updated on: {{ site_document.modified }}</div>
{% else %}
-This is the default site home page that can be configured via the <a href="/site/home/edit">Site Settings</a> interface.
-The <a href="/site/home/edit">Site Settings</a> interface also provides a mechanism to select a feed to be displayed here.
-You need to sign in as site Developer in order to change <a href="/site/home/edit">Site Settings</a>.
+This is the default site home page that can be configured via the <a href="/site/settings/edit">Site Settings</a> interface.
+The <a href="/site/settings/edit">Site Settings</a> interface also provides a mechanism to select a feed to be displayed here.
+You need to sign in as site Developer in order to change <a href="/site/settings/edit">Site Settings</a>.
{% endif %}
{% if site_settings.feed_url %}
<div id="blog"></div>