app/soc/templates/soc/site/home.html
changeset 921 e499cc2641f6
parent 903 7110fc489fd0
child 1105 326cd1181c03
equal deleted inserted replaced
920:39badbfb80be 921:e499cc2641f6
       
     1 {% extends "soc/presence/home.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="/document/edit">creating a new Document</a> or
       
    19 <a href="/document/list">editing an existing Document</a> and then selecting
       
    20 that Document in the
       
    21 <a href="/site/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/edit">Site Settings</a> interface.
       
    25 You need to sign in as site Developer in order to change
       
    26 <a href="/site/edit">Site Settings</a>.
       
    27 {% endblock %}