Files
tinywiki/templates/allauth/elements/provider_list.html
2025-10-06 03:08:05 +02:00

5 lines
81 B
HTML

{% load allauth %}
<ul class="list-group">
{% slot %}
{% endslot %}
</ul>