moviewyrm/bookwyrm/templates/components/tooltip.html

9 lines
308 B
HTML
Raw Normal View History

2021-09-08 14:26:51 +00:00
{% load i18n %}
<aside class="notification is-hidden transition-y" data-hide="hide_tooltip_{{ controls_text }}">
<button class="delete set-display" type="button" data-id="hide_tooltip_{{ controls_text }}">
{% trans "Close" %}
</button>
{% block tooltip_content %}{% endblock %}
</aside>