diff --git a/symposion/templates/cms/page_detail.html b/symposion/templates/cms/page_detail.html deleted file mode 100644 index 6f35395b7dd9e620a7625de96295db6dc1b831f0..0000000000000000000000000000000000000000 --- a/symposion/templates/cms/page_detail.html +++ /dev/null @@ -1,27 +0,0 @@ -{% extends "site_base.html" %} - -{% load url from future %} - - -{% load sitetree %} -{% load i18n %} - -{% block body_class %}cms-page{% endblock %} - -{% block head_title %}{{ page.title }}{% endblock %} - -{% block breadcrumbs %}{% sitetree_breadcrumbs from "main" %}{% endblock %} - -{% block body %} - {% if editable %} -
- Edit this page -
- {% endif %} -

{{ page.title }}

- -
- {{ page.body }} -
- -{% endblock %} \ No newline at end of file