{% extends "soc/base.html" %} {% comment %} Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. {% endcomment %} {% block body %}

{% block instructions %} Please use this form to set basic home page settings. {% endblock %}

{{ settings_form.as_table }} {% if home_doc %} {% comment %} TODO(tlarsen): OK, this is pretty lame as well. I think we need some sort of "Document preview" that can be appended to the end of the page. Also, There is way too much text on this page. Can a UI wizard please fix this UI? {% endcomment %} {% endif %} {{ doc_select_form.as_table }}
 
An existing Document is currently selected to provide the body contents of the home page:
  {{ home_doc.title }}
Path: {{ home_doc.partial_path }}/{{ home_doc.link_name }}
Created By: {{ home_doc.author.link_name }}
Created On: {{ home_doc.created }}
Modified: {{ home_doc.modified }}

Any existing Document (to which access is permitted) can be used as the body contents of the home page.

Then, specify the Document to use below:

 
 
{% block submit_buttons %} {% endblock %}

{% endblock %}