# HG changeset patch # User Chen Lunpeng # Date 1224148466 0 # Node ID de3c27dbf5cd651110d09bd7c24d81438c76aaa3 # Parent c66de4d12c826c132456b8a9a4b3c2f8175e6372 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 diff -r c66de4d12c82 -r de3c27dbf5cd app/soc/templates/soc/site/home/public.html --- 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 }}
Last updated on: {{ site_document.modified }}
{% else %} -This is the default site home page that can be configured via the Site Settings interface. -The Site Settings 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 Site Settings. +This is the default site home page that can be configured via the Site Settings interface. +The Site Settings 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 Site Settings. {% endif %} {% if site_settings.feed_url %}