puchar/crispy_forms/templates/bootstrap3/layout/tab.html

7 lines
164 B
HTML
Raw Permalink Normal View History

2022-12-05 04:12:09 +01:00
<ul{% if tabs.css_id %} id="{{ tabs.css_id }}"{% endif %} class="nav nav-tabs">
{{ links }}
</ul>
<div class="tab-content panel-body">
{{ content }}
</div>