From 7509f45a3481d3acc37d82e018737762fe215ee4 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 31 May 2017 14:47:21 +0200 Subject: Display the selected tags/search term. --- src/web/templates/bookmarks.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/web/templates/bookmarks.html b/src/web/templates/bookmarks.html index 33a35252..66c6df52 100644 --- a/src/web/templates/bookmarks.html +++ b/src/web/templates/bookmarks.html @@ -16,7 +16,15 @@
-
+
+ {% if tag %} +   {{ tag }} + {% endif %} + {% if query %} +   {{ query }} + {% endif %} +
+
-- cgit