From 2e10eae4bcd984262b1235d9e545e857dd0024d3 Mon Sep 17 00:00:00 2001 From: John Martin Date: Tue, 19 Nov 2013 10:05:38 +0000 Subject: [PATCH] [#1301] Adds template blocks to tag_list --- ckan/templates/snippets/tag_list.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/ckan/templates/snippets/tag_list.html b/ckan/templates/snippets/tag_list.html index a25f1d4b135..b0e97ccdf49 100644 --- a/ckan/templates/snippets/tag_list.html +++ b/ckan/templates/snippets/tag_list.html @@ -3,10 +3,12 @@ tags: list of tags #} {% set _class = _class or 'tag-list' %} - +{% block tag_list %} + +{% endblock %}