Learning-Management-System/lms/templates/allauth/elements/table.html
2025-01-10 19:54:55 +02:00

6 lines
78 B
HTML

{% load allauth %}
<table class="table">
{% slot %}
{% endslot %}
</table>