Update site/home.html to match the new document structure
authorSverre Rabbelier <srabbelier@gmail.com>
Sat, 31 Jan 2009 12:36:07 +0000
changeset 1105 326cd1181c03
parent 1104 02997d6661fa
child 1106 e14b0995cf29
Update site/home.html to match the new document structure Patch by: Sverre Rabbelier
app/soc/templates/soc/site/home.html
--- 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 %}