# HG changeset patch # User Todd Larsen # Date 1224307857 0 # Node ID de296c7e306695a9ebe56ecc8de21fa4f8591fb2 # Parent 886632e5500dd3d0279823612af568c57328572d Change the "Site home page Document is missing" default text to give instructions similar to those in the Site Settings form. Patch by: Todd Larsen Review by: to-be-reviewed diff -r 886632e5500d -r de296c7e3066 app/soc/templates/soc/site/home/public.html --- a/app/soc/templates/soc/site/home/public.html Sat Oct 18 05:26:53 2008 +0000 +++ b/app/soc/templates/soc/site/home/public.html Sat Oct 18 05:30:57 2008 +0000 @@ -14,9 +14,14 @@ {% endcomment %} {% block missing_doc %} -The contents of this default Site home page can be changed by editing the -site/home Document. +The contents of this default Site home page can be changed by +creating a new Document or +editing an existing Document and then selecting +that Document in the +Site Settings interface. Other elements of this page, such as a feed to be displayed below this -content, can be set using the Site Settings interface. -You need to sign in as site Developer in order to change Site Settings. -{% endblock %} \ No newline at end of file +content, can also be set using the +Site Settings interface. +You need to sign in as site Developer in order to change +Site Settings. +{% endblock %}