From 6fc6828e26cbee51586705b6bfc2db581dc66149 Mon Sep 17 00:00:00 2001
From: anonymous <anonymous>
Date: Fri, 18 Jan 2019 11:07:49 +0100
Subject: [PATCH] fix map reset

---
 ckanext/odsh/templates/snippets/search_form.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ckanext/odsh/templates/snippets/search_form.html b/ckanext/odsh/templates/snippets/search_form.html
index c586eead..aa97eaf9 100644
--- a/ckanext/odsh/templates/snippets/search_form.html
+++ b/ckanext/odsh/templates/snippets/search_form.html
@@ -102,7 +102,6 @@
             <span class="filtered pill">
                 {{_('map search active')}}
                 <a href="{{ h.remove_url_param(['ext_bbox','ext_prev_extent', 'ext_location'])}}" class="remove" title="{{ _('Remove') }}"><i class="fa fa-times"></i></a>
-    <a href="{{ h.remove_url_param(['ext_bbox','ext_prev_extent', 'ext_location']) }}" class="action">{{ _('Clear') }}</a>
             </span>
         </p>
         {% endif %}
-- 
GitLab