ai_admin/templates/allauth/elements/form.html

8 lines
169 B
HTML
Raw Normal View History

2024-09-20 12:29:09 +08:00
{% load allauth %}
<form method="{{ attrs.method }}" action="{{ attrs.action }}">
{% slot body %}
{% endslot %}
{% slot actions %}
{% endslot %}
</form>