diff --git a/templates/task_orders/builder_base.html b/templates/task_orders/builder_base.html index c2b342d2..e99aef9b 100644 --- a/templates/task_orders/builder_base.html +++ b/templates/task_orders/builder_base.html @@ -19,9 +19,11 @@ class="usa-button usa-button-primary"> {% endblock %} - - Previous - + {% if step != "1" %} + + Previous + + {% endif %}