# HG changeset patch # User Goffi # Date 1614455539 -3600 # Node ID 3054387cac3bda5ee65e3f81718f16863655fcff # Parent 605bce1df126c576a35307d9a3c9ede180f65843 bulma (list/discover): add delete button to all items but ones from config diff -r 605bce1df126 -r 3054387cac3b sat_templates/templates/bulma/list/discover.html --- a/sat_templates/templates/bulma/list/discover.html Sat Feb 27 20:51:32 2021 +0100 +++ b/sat_templates/templates/bulma/list/discover.html Sat Feb 27 20:52:19 2021 +0100 @@ -34,7 +34,7 @@ list_data.icon_name or "clipboard", list_data.name, list_data.url, - delete_icon=list_data.creator, + delete_icon=not list_data.from_config, data=list_data) }} {% endfor %}