refactor: remove tooltip

This commit is contained in:
Herculino Trotta
2024-10-14 22:57:17 -03:00
parent e12b5e62c4
commit aee9f39e20
9 changed files with 14 additions and 31 deletions

View File

@@ -1,8 +1,7 @@
{% spaceless %}
<span class="tw-text-xs text-white-50 mx-1"
data-bs-toggle="tooltip"
data-bs-title="{{ content }}"
_="install tooltip">
data-bs-title="{{ content }}">
<i class="fa-solid fa-circle-question fa-fw"></i>
</span>
{% endspaceless %}

View File

@@ -54,8 +54,7 @@
hx-boost="false"
data-bs-placement="right"
data-bs-toggle="tooltip"
data-bs-title="{% translate "Only use this if you know what you're doing" %}"
_="install tooltip">
data-bs-title="{% translate "Only use this if you know what you're doing" %}">
{% translate 'Django Admin' %}
</a>
</li>