From 672416c6a8b5b77585d490ccb53c20907864ed0a Mon Sep 17 00:00:00 2001 From: John Martin Date: Wed, 27 Nov 2013 11:46:44 +0000 Subject: [PATCH] [#1333] Changed misleading HTML comment in base.html --- ckan/templates/base.html | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/ckan/templates/base.html b/ckan/templates/base.html index b6290af0ad0..9ab7a69d973 100644 --- a/ckan/templates/base.html +++ b/ckan/templates/base.html @@ -102,17 +102,9 @@ {%- block page %}{% endblock -%} {# - The scripts block allows you to add additonal scripts to the page. Use the - super() function to load the default scripts before/after your own. - NOTE: Scripts should be loaded by the {% resource %} tag except - in very special circumstances DO NOT USE THIS METHOD FOR ADDING SCRIPTS. - - Example: - - {% block scripts %} - {{ super() }} - - {% endblock %} + DO NOT USE THIS BLOCK FOR ADDING SCRIPTS + Scripts should be loaded by the {% resource %} tag except in very special + circumstances #} {%- block scripts %} {% endblock -%}