Update site/home.html to match the new document structure
Patch by: Sverre Rabbelier
--- a/app/soc/templates/soc/site/home.html Sat Jan 31 12:36:06 2009 +0000
+++ b/app/soc/templates/soc/site/home.html Sat Jan 31 12:36:07 2009 +0000
@@ -15,13 +15,10 @@
{% block missing_doc %}
The contents of this default Site home page can be changed by
-<a href="/document/edit">creating a new Document</a> or
+<a href="/document/create/site/site">creating a new Document</a> or
<a href="/document/list">editing an existing Document</a> and then selecting
-that Document in the
-<a href="/site/edit">Site Settings</a> interface.
+that Document in the <a href="/site/edit">Site Settings</a> interface. <br />
Other elements of this page, such as a feed to be displayed below this
-content, can also be set using the
-<a href="/site/edit">Site Settings</a> interface.
-You need to sign in as site Developer in order to change
-<a href="/site/edit">Site Settings</a>.
+content, can also be set using the same interface. <br />
+You need to sign in as site Developer in order to change Site Settings.
{% endblock %}