first commit
This commit is contained in:
7
templates/allauth/elements/form.html
Executable file
7
templates/allauth/elements/form.html
Executable file
@@ -0,0 +1,7 @@
|
||||
{% load allauth %}
|
||||
<form method="{{ attrs.method }}" action="{{ attrs.action }}">
|
||||
{% slot body %}
|
||||
{% endslot %}
|
||||
{% slot actions %}
|
||||
{% endslot %}
|
||||
</form>
|
||||
Reference in New Issue
Block a user