diff --git a/app/templates/account_groups/pages/list.html b/app/templates/account_groups/pages/list.html index 9292132..d4ddb01 100644 --- a/app/templates/account_groups/pages/list.html +++ b/app/templates/account_groups/pages/list.html @@ -38,7 +38,7 @@ data-bs-title="{% translate "Edit" %}" hx-get="{% url 'account_group_edit' pk=account_group.id %}" hx-target="#generic-offcanvas" - _="install toast"> + _="install tooltip"> + install tooltip"> + _="install tooltip"> + install tooltip"> + _="install tooltip"> {% endspaceless %} diff --git a/app/templates/includes/scripts.html b/app/templates/includes/scripts.html index 0b65d0b..b1c7d44 100644 --- a/app/templates/includes/scripts.html +++ b/app/templates/includes/scripts.html @@ -6,7 +6,7 @@ {% include 'includes/scripts/hyperscript/init_tom_select.html' %} {% include 'includes/scripts/hyperscript/hide_amount.html' %} -{% include 'includes/scripts/hyperscript/toast.html' %} +{% include 'includes/scripts/hyperscript/tooltip.html' %} {% include 'includes/scripts/hyperscript/htmx_error_handler.html' %} {% javascript_pack 'htmx' attrs="defer" %} diff --git a/app/templates/includes/scripts/hyperscript/overview_hotkeys.html b/app/templates/includes/scripts/hyperscript/overview_hotkeys.html deleted file mode 100644 index e69de29..0000000 diff --git a/app/templates/includes/scripts/hyperscript/toast.html b/app/templates/includes/scripts/hyperscript/tooltip.html similarity index 91% rename from app/templates/includes/scripts/hyperscript/toast.html rename to app/templates/includes/scripts/hyperscript/tooltip.html index 5cd4a24..5303010 100644 --- a/app/templates/includes/scripts/hyperscript/toast.html +++ b/app/templates/includes/scripts/hyperscript/tooltip.html @@ -1,5 +1,5 @@