8 lines
169 B
HTML
8 lines
169 B
HTML
|
|
{% load allauth %}
|
||
|
|
<form method="{{ attrs.method }}" action="{{ attrs.action }}">
|
||
|
|
{% slot body %}
|
||
|
|
{% endslot %}
|
||
|
|
{% slot actions %}
|
||
|
|
{% endslot %}
|
||
|
|
</form>
|