feat(templates/allauth): style allauth elements
This commit is contained in:
9
kursy/templates/allauth/elements/details.html
Normal file
9
kursy/templates/allauth/elements/details.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% load allauth %}
|
||||
<details {% if attrs.open %}open{% endif %}>
|
||||
<summary>
|
||||
{% slot summary %}
|
||||
{% endslot %}
|
||||
</summary>
|
||||
{% slot body %}
|
||||
{% endslot %}
|
||||
</details>
|
||||
Reference in New Issue
Block a user