From 4ba53610bc58575b752d5df5a3bb7ee141df62bf Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 10 Jul 2018 16:49:03 +0200 Subject: Search widget: dynamic link for bookmark save --- ishtar_common/templates/widgets/search_input.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ishtar_common/templates/widgets') diff --git a/ishtar_common/templates/widgets/search_input.html b/ishtar_common/templates/widgets/search_input.html index 01e49e93b..7f5526b18 100644 --- a/ishtar_common/templates/widgets/search_input.html +++ b/ishtar_common/templates/widgets/search_input.html @@ -23,12 +23,12 @@ id="save-search-button" data-target="#modal-dynamic-form" data-modal-open="#modal-dynamic-form" - title="{% trans 'Bookmark save' %}" - href="{% url 'save-search-query' 'archaeological-operations' 'operation'%}"> + title="{% trans 'Bookmark this search' %}" + href="{% url 'save-search-query' app_name model %}"> -- cgit v1.2.3