From 1602ca2e7da3004cd1bb6a5aeb9f5eacecf61282 Mon Sep 17 00:00:00 2001 From: John Martin Date: Tue, 9 Oct 2012 10:43:17 +0100 Subject: [PATCH] Updated follow button snippet to have correc url_for --- ckan/templates/snippets/follow_button.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ckan/templates/snippets/follow_button.html b/ckan/templates/snippets/follow_button.html index f282839ebc0..5f4c3305e4e 100644 --- a/ckan/templates/snippets/follow_button.html +++ b/ckan/templates/snippets/follow_button.html @@ -1,10 +1,10 @@ {% if following %} - + {{ _('Unfollow') }} {% else %} - + {{ _('Follow') }}