Files
kursy-mirror/kursy/templates/allauth/elements/button_group.html

6 lines
113 B
HTML

{% load allauth %}
<div class="flex w-full flex-col gap-2" role="group">
{% slot %}
{% endslot %}
</div>