first commit
This commit is contained in:
14
templates/allauth/elements/panel.html
Executable file
14
templates/allauth/elements/panel.html
Executable file
@@ -0,0 +1,14 @@
|
||||
{% load allauth %}
|
||||
<section>
|
||||
<h2>
|
||||
{% slot title %}
|
||||
{% endslot %}
|
||||
</h2>
|
||||
{% slot body %}
|
||||
{% endslot %}
|
||||
{% if slots.actions %}
|
||||
<ul>
|
||||
{% for action in slots.actions %}<li>{{ action }}</li>{% endfor %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
</section>
|
||||
Reference in New Issue
Block a user