Clean up EditLink anchors
This commit is contained in:
parent
5f30b347c7
commit
8bbb5a38c9
@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
<div class="h2">
|
<div class="h2">
|
||||||
{{ "task_orders.new.review.funding"| translate }}
|
{{ "task_orders.new.review.funding"| translate }}
|
||||||
{{ EditLink(url_for("task_orders.new", screen=2, task_order_id=task_order.id, _anchor="reporting", ko_edit=True)) }}
|
{{ EditLink(url_for("task_orders.new", screen=2, task_order_id=task_order.id, ko_edit=True)) }}
|
||||||
</div>
|
</div>
|
||||||
{% include "fragments/task_order_review/funding.html" %}
|
{% include "fragments/task_order_review/funding.html" %}
|
||||||
|
|
||||||
@ -63,7 +63,7 @@
|
|||||||
|
|
||||||
<div class="h2">
|
<div class="h2">
|
||||||
{{ "task_orders.new.review.oversight"| translate }}
|
{{ "task_orders.new.review.oversight"| translate }}
|
||||||
{{ EditLink(url_for("task_orders.new", screen=3, task_order_id=task_order.id, _anchor="reporting", ko_edit=True)) }}
|
{{ EditLink(url_for("task_orders.new", screen=3, task_order_id=task_order.id, ko_edit=True)) }}
|
||||||
</div>
|
</div>
|
||||||
{% include "fragments/task_order_review/oversight.html" %}
|
{% include "fragments/task_order_review/oversight.html" %}
|
||||||
<hr>
|
<hr>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
{% include "fragments/task_order_review/app_info.html" %}
|
{% include "fragments/task_order_review/app_info.html" %}
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<h3 class="subheading">{{ "task_orders.new.review.reporting"| translate }} {{ EditLink(url_for("task_orders.new", screen=1, task_order_id=task_order.id, anchor="reporting")) }}</h3>
|
<h3 class="subheading">{{ "task_orders.new.review.reporting"| translate }} {{ EditLink(url_for("task_orders.new", screen=1, task_order_id=task_order.id, _anchor="reporting")) }}</h3>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
{{
|
{{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user