filter students
This commit is contained in:
6
crispy_forms/templates/bootstrap4/layout/tab.html
Normal file
6
crispy_forms/templates/bootstrap4/layout/tab.html
Normal file
@ -0,0 +1,6 @@
|
||||
<ul{% if tabs.css_id %} id="{{ tabs.css_id }}"{% endif %} class="nav nav-tabs">
|
||||
{{ links }}
|
||||
</ul>
|
||||
<div class="tab-content card-body">
|
||||
{{ content }}
|
||||
</div>
|
Reference in New Issue
Block a user