Link request to go live to service agreement page

To make it easier for users to go back and forth.
This commit is contained in:
Chris Hill-Scott
2019-05-01 15:16:15 +01:00
parent 35bf42b024
commit 041c7f8967

View File

@@ -52,7 +52,7 @@
{{ task_list_item(
agreement_signed,
'Sign our data sharing and financial agreement',
url_for('main.agreement'),
url_for('main.service_agreement', service_id=current_service.id),
) }}
{% endif %}
{% endcall %}