diff --git a/symposion/templates/cms/page_edit.html b/symposion/templates/cms/page_edit.html deleted file mode 100644 index e361ecdfbd9d4a35567a03eeb81af9a58077d21c..0000000000000000000000000000000000000000 --- a/symposion/templates/cms/page_edit.html +++ /dev/null @@ -1,22 +0,0 @@ -{% extends "site_base.html" %} - -{% load sitetree %} -{% load i18n %} -{% load bootstrap_tags %} - -{% block body_class %}cms-page{% endblock %} - -{% block head_title %}Create Page{% endblock %} - -{% block page_title %}{% trans "Edit page at:" %} {{ path }}{% endblock %} -{% block breadcrumbs %}{% sitetree_breadcrumbs from "main" %}{% endblock %} - -{% block body %} -
- {% csrf_token %} - {{ form|as_bootstrap }} -
- -
-
-{% endblock %} \ No newline at end of file