feat: Style allauth templates

This commit is contained in:
2025-10-21 01:28:31 +02:00
parent 969339a95f
commit 4cab71e8fb
9 changed files with 42 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
{% load allauth %}
<div class="field is-grouped">
{% slot %}
{% endslot %}
</div>