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

@@ -8,6 +8,7 @@
{% set action = url_for("task_orders.update_clins", task_order_id=task_order_id) %}
{% set next_button_text = "Next: Review Funding" %}
{% set previous_button_link = url_for("task_orders.add_number", task_order_id=task_order_id) %}
{% set step = "3" %}
{% macro LOAInput() %}
<div v-for="loa in loas">