# HG changeset patch # User Pawel Solyga # Date 1221776046 0 # Node ID 883acaa416fda49cd4a55ccdd48780a2c9fdf4ce # Parent afdf502c6cc4c15fba7933a0c2402416572e9595 New default values for page title, header title and body of site home page. diff -r afdf502c6cc4 -r 883acaa416fd app/soc/templates/soc/site/home/public.html --- a/app/soc/templates/soc/site/home/public.html Thu Sep 18 22:11:56 2008 +0000 +++ b/app/soc/templates/soc/site/home/public.html Thu Sep 18 22:14:06 2008 +0000 @@ -35,7 +35,7 @@ {% if site_document %} {{ site_document.title }} {% else %} -Google Open Source Programs +Default Title {% endif %} {% endblock %} @@ -43,7 +43,7 @@ {% if site_document %} {{ site_document.title }} {% else %} -Google Open Source Programs +Default Header {% endif %} {% endblock %} @@ -51,7 +51,9 @@ {% if site_document %} {{ site_document.content|safe }} {% else %} - {{ block.super }} +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 %}