From ede45bd1be2534dcc1247f4add4ee248e333e0f2 Mon Sep 17 00:00:00 2001 From: John Martin Date: Thu, 5 Sep 2013 15:31:44 +0100 Subject: [PATCH] Fixes #66 by correcting the block name --- ckanext/harvest/templates_new/source/search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext/harvest/templates_new/source/search.html b/ckanext/harvest/templates_new/source/search.html index d579670..42ba964 100644 --- a/ckanext/harvest/templates_new/source/search.html +++ b/ckanext/harvest/templates_new/source/search.html @@ -2,7 +2,7 @@ {% block subtitle %}{{ _("Harvest sources") }}{% endblock %} -{% block add_action_content %} +{% block content_action %} {{ _('Add Harvest Source') }}