From 1506a3e148cb1a5fe601d228de7260369e213fe9 Mon Sep 17 00:00:00 2001 From: Luke Hatcher Date: Thu, 19 Jul 2012 03:08:52 -0400 Subject: [PATCH] update page template --- .../templates/cms/page_detail.html | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/symposion_project/templates/cms/page_detail.html b/symposion_project/templates/cms/page_detail.html index cc13647e..005fc0ab 100644 --- a/symposion_project/templates/cms/page_detail.html +++ b/symposion_project/templates/cms/page_detail.html @@ -7,16 +7,17 @@ {% block head_title %}{{ page.title }}{% endblock %} -{% block page_title %} - {{ page.title }} - {% if editable %} -
- -
- {% endif %} -{% endblock %} {% block breadcrumbs %}{% sitetree_breadcrumbs from "main" %}{% endblock %} {% block body %} - {{ page.body }} -{% endblock %} \ No newline at end of file + {% if editable %} +
+ Edit this page +
+ {% endif %} +

{{ page.title }}

+ +
+ {{ page.body }} +
+{% endblock %}