Clean up EditLink anchors

This commit is contained in:
leigh-mil 2019-03-14 10:44:02 -04:00
parent 5f30b347c7
commit 8bbb5a38c9
2 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@
<div class="h2">
{{ "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>
{% include "fragments/task_order_review/funding.html" %}
@ -63,7 +63,7 @@
<div class="h2">
{{ "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>
{% include "fragments/task_order_review/oversight.html" %}
<hr>

View File

@ -16,7 +16,7 @@
{% include "fragments/task_order_review/app_info.html" %}
<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">
{{