diff --git a/symposion/templates/cms/file_create.html b/symposion/templates/cms/file_create.html index 547fc5d3..210a9e1d 100644 --- a/symposion/templates/cms/file_create.html +++ b/symposion/templates/cms/file_create.html @@ -1,5 +1,8 @@ {% extends "site_base.html" %} +{% load url from future %} + + {% load bootstrap_tags %} {% block head_title %}Upload File{% endblock %} @@ -8,7 +11,7 @@

Upload File

-
+ {% csrf_token %} {{ form|as_bootstrap }}
diff --git a/symposion/templates/cms/file_index.html b/symposion/templates/cms/file_index.html index bfe1337c..76e02354 100644 --- a/symposion/templates/cms/file_index.html +++ b/symposion/templates/cms/file_index.html @@ -1,5 +1,8 @@ {% extends "site_base.html" %} +{% load url from future %} + + {% block head_title %}Uploaded Files{% endblock %} {% block body_outer %} @@ -9,7 +12,7 @@ {% for file in files %}
- + {% csrf_token %} @@ -20,7 +23,7 @@

No uploaded files.

{% endfor %}
- + Add File diff --git a/symposion/templates/cms/page_detail.html b/symposion/templates/cms/page_detail.html index 770eae29..6f35395b 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 %} {% endif %}

{{ page.title }}