Use kwargs in TOFormStepHeader to fix issue of swapped titles and descriptions
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
{% from "components/icon.html" import Icon %}
|
||||
|
||||
{% macro SidenavItem(label, href, active=False) -%}
|
||||
<li>
|
||||
<a class="sidenav__link {% if active %}sidenav__link--active{% endif %}" href="{{href}}" title="{{label}}">
|
||||
|
Reference in New Issue
Block a user