# HG changeset patch # User Sverre Rabbelier # Date 1229215849 0 # Node ID 3e34b45cafcc9095f9ae7f644f2d9f2b670766f6 # Parent 2dc2c65c5f76afbebd75ce48b3925eb5bb51f69a Removed unused template Patch by: Sverre Rabbelier diff -r 2dc2c65c5f76 -r 3e34b45cafcc app/soc/templates/soc/site/edit.html --- a/app/soc/templates/soc/site/edit.html Sun Dec 14 00:33:59 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,111 +0,0 @@ -{% 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.scope_path }}/{{ home_doc.link_id }} -
Created By: - {{ home_doc.author.link_id }} -
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 %}