Use kwargs in TOFormStepHeader to fix issue of swapped titles and descriptions

This commit is contained in:
leigh-mil
2019-12-19 13:01:20 -05:00
parent a6382eacf8
commit fc1b530e70
5 changed files with 17 additions and 6 deletions

View File

@@ -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}}">