Learning-Management-System/backend/lms/templates/allauth/elements/table.html
2025-01-22 11:23:14 +00:00

6 lines
78 B
HTML

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