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
--- 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
-<a href="/site/docs/edit/site/home"><code>site/home</code> Document</a>.
+The contents of this default Site home page can be changed by
+<a href="/docs/edit">creating a new Document</a> or
+<a href="/docs/list">editing an existing Document</a> and then selecting
+that Document in the
+<a href="/site/settings/edit">Site Settings</a> interface.
Other elements of this page, such as a feed to be displayed below this
-content, can be set using the <a href="/site/settings/edit">Site Settings</a> interface.
-You need to sign in as site Developer in order to change <a href="/site/settings/edit">Site Settings</a>.
-{% endblock %}
\ No newline at end of file
+content, can also be set using the
+<a href="/site/settings/edit">Site Settings</a> interface.
+You need to sign in as site Developer in order to change
+<a href="/site/settings/edit">Site Settings</a>.
+{% endblock %}