Link KO signing button to portfolios.ko_review

This commit is contained in:
George Drummond 2019-02-26 09:52:40 -05:00
parent 8adeee406d
commit 4c3120e87d
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17

View File

@ -167,7 +167,11 @@
{{
Step(
button_text=is_ko and not is_to_signed and ("common.sign" | translate),
button_url=is_ko and url_for("task_orders.signature_requested", task_order_id=task_order.id),
button_url=is_ko and url_for(
"portfolios.ko_review",
portfolio_id=portfolio.id,
task_order_id=task_order.id,
),
complete=is_to_signed,
description="task_orders.view.steps.sign" | translate({
"contracting_officer": officer_name(task_order.contracting_officer)