diff --git a/templates/requests/_review.html b/templates/requests/_review.html index 1fd14432..b0adb62c 100644 --- a/templates/requests/_review.html +++ b/templates/requests/_review.html @@ -15,12 +15,20 @@ {% endmacro %} +{% macro EditLink(screen) %} + {% if request_id %} + {{ url_for('requests.requests_form_update', screen=screen, request_id=request_id)}} + {% else %} + {{ url_for('requests.requests_form_update', screen=screen, request_id=None) }} + {% endif %} +{% endmacro %} +

Details of Use {% if editable %} - + {{ Icon('edit') }} Edit this section @@ -79,7 +87,7 @@

Information About You {% if editable %} - + {{ Icon('edit') }} Edit this section @@ -108,7 +116,7 @@

Workspace Owner {% if editable %} - + {{ Icon('edit') }} Edit this section