equal
deleted
inserted
replaced
1 {% extends "soc/home/public.html" %} |
|
2 {% comment %} |
|
3 Licensed under the Apache License, Version 2.0 (the "License"); |
|
4 you may not use this file except in compliance with the License. |
|
5 You may obtain a copy of the License at |
|
6 |
|
7 http://www.apache.org/licenses/LICENSE-2.0 |
|
8 |
|
9 Unless required by applicable law or agreed to in writing, software |
|
10 distributed under the License is distributed on an "AS IS" BASIS, |
|
11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
12 See the License for the specific language governing permissions and |
|
13 limitations under the License. |
|
14 {% endcomment %} |
|
15 |
|
16 {% block missing_doc %} |
|
17 The contents of this default Site home page can be changed by |
|
18 <a href="/docs/edit">creating a new Document</a> or |
|
19 <a href="/docs/list">editing an existing Document</a> and then selecting |
|
20 that Document in the |
|
21 <a href="/site/settings/edit">Site Settings</a> interface. |
|
22 Other elements of this page, such as a feed to be displayed below this |
|
23 content, can also be set using the |
|
24 <a href="/site/settings/edit">Site Settings</a> interface. |
|
25 You need to sign in as site Developer in order to change |
|
26 <a href="/site/settings/edit">Site Settings</a>. |
|
27 {% endblock %} |
|