feat(templates/allauth): style allauth elements
This commit is contained in:
5
kursy/templates/allauth/elements/img.html
Normal file
5
kursy/templates/allauth/elements/img.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<div class="text-center">
|
||||
<img class="img-fluid"
|
||||
src="{{ attrs.src }}"
|
||||
{% if attrs.alt %}alt="{{ attrs.alt }}"{% endif %}>
|
||||
</div>
|
||||
Reference in New Issue
Block a user