diff --git a/templates/portfolios/task_orders/index.html b/templates/portfolios/task_orders/index.html index 343afd44..4829bfd2 100644 --- a/templates/portfolios/task_orders/index.html +++ b/templates/portfolios/task_orders/index.html @@ -6,8 +6,14 @@ {% block portfolio_content %} -{% macro TaskOrderAction(task_order, text="Edit", route="review_task_order", secondary=False, modal=None) %} - +{% macro TaskOrderReviewButton(task_order, text="Edit", secondary=False, modal=None) %} + + {{ text }} + +{% endmacro %} + +{% macro TaskOrderEditButton(task_order, text="Edit", secondary=False) %} + {{ text }} {% endmacro %} @@ -54,12 +60,12 @@ {% macro TaskOrderActions(task_order) %}