From 56e0e086f8f0ddd87113147a7cb8c4d9343bf5a7 Mon Sep 17 00:00:00 2001 From: amercader Date: Fri, 5 Dec 2014 11:27:18 +0000 Subject: [PATCH] [#1951] Use url_for_static everywhere --- ckan/templates/development/snippets/markup.html | 2 +- ckan/templates/footer.html | 2 +- ckan/templates/snippets/license.html | 2 +- ckan/templates/snippets/related.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ckan/templates/development/snippets/markup.html b/ckan/templates/development/snippets/markup.html index 59bc777d6a5..fadb4936db2 100644 --- a/ckan/templates/development/snippets/markup.html +++ b/ckan/templates/development/snippets/markup.html @@ -119,7 +119,7 @@

Figures

Figures are usually used to refer to images:

- Example image + Example image

This is a placeholder image, with supporting caption.

diff --git a/ckan/templates/footer.html b/ckan/templates/footer.html index 99cef607f67..0074b02483c 100644 --- a/ckan/templates/footer.html +++ b/ckan/templates/footer.html @@ -14,7 +14,7 @@ {% set api_url = 'http://docs.ckan.org/en/{0}/api/'.format(g.ckan_doc_version) %}
  • {{ _('CKAN API') }}
  • {{ _('Open Knowledge Foundation') }}
  • -
  • +
  • {% endblock %} {% endblock %} diff --git a/ckan/templates/snippets/license.html b/ckan/templates/snippets/license.html index 8d788710f0f..734b6465439 100644 --- a/ckan/templates/snippets/license.html +++ b/ckan/templates/snippets/license.html @@ -26,7 +26,7 @@

    {{ _('License') {{ license_string(pkg_dict) }} {% if pkg_dict.isopen %} - [Open Data] + [Open Data] {% endif %} {% endblock %} diff --git a/ckan/templates/snippets/related.html b/ckan/templates/snippets/related.html index ef69ca556ea..b18c3b79dad 100644 --- a/ckan/templates/snippets/related.html +++ b/ckan/templates/snippets/related.html @@ -4,7 +4,7 @@

    {{ _('Relate {% if item %} {% with url = h.url_for(controller='related', action='list', id=pkg_name) %}