ai_admin/templates/allauth/elements/form.html
2024-09-20 04:29:09 +00:00

8 lines
169 B
HTML
Executable File

{% load allauth %}
<form method="{{ attrs.method }}" action="{{ attrs.action }}">
{% slot body %}
{% endslot %}
{% slot actions %}
{% endslot %}
</form>