diff --git a/symposion/templates/cms/page_detail.html b/symposion/templates/cms/page_detail.html index 770eae2943585251d4d7e6f6b84e61e6f286c7e2..6f35395b7dd9e620a7625de96295db6dc1b831f0 100644 --- a/symposion/templates/cms/page_detail.html +++ b/symposion/templates/cms/page_detail.html @@ -1,5 +1,8 @@ {% extends "site_base.html" %} +{% load url from future %} + + {% load sitetree %} {% load i18n %} @@ -12,7 +15,7 @@ {% block body %} {% if editable %}
- Edit this page + Edit this page
{% endif %}

{{ page.title }}