puchar/crispy_forms/templates/bootstrap3/layout/tab-link.html
2022-12-05 04:13:11 +01:00

2 lines
186 B
HTML

<li class="tab-pane{% if 'active' in link.css_class %} active{% endif %}"><a href="#{{ link.css_id }}" data-toggle="tab">{{ link.name|capfirst }}{% if tab.errors %}!{% endif %}</a></li>