Add step numbers to sticky header

This commit is contained in:
leigh-mil
2019-07-16 19:21:05 -04:00
parent 3401713898
commit d2799c00d0
7 changed files with 7 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<form id="to_form" action='{{ action }}' method="POST" autocomplete="off" enctype="multipart/form-data">
{{ form.csrf_token }}
{% call StickyCTA(text=('task_orders.form.sticky_header_text' | translate )) %}
{% call StickyCTA(text=('task_orders.form.sticky_header_text' | translate({"step": step}) )) %}
<span class="action-group">
{% block next_button %}
<input