From 3b7ff7f8c69a2658ed46ca90a6719c031866db6b Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 24 May 2017 00:02:25 +0200 Subject: It is now possible to delete a bookmark. --- src/web/templates/bookmarks.html | 1 + 1 file changed, 1 insertion(+) (limited to 'src/web/templates') diff --git a/src/web/templates/bookmarks.html b/src/web/templates/bookmarks.html index 6b727a16..699d7e62 100644 --- a/src/web/templates/bookmarks.html +++ b/src/web/templates/bookmarks.html @@ -13,6 +13,7 @@
{{ bookmark.description }}
{{ " ".join(bookmark.tags_proxy) }} edit + delete

-- cgit