Merge pull request #704 from dod-ccpo/fix-reporting-anchor-link
Clean up EditLink anchors
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
| @@ -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"> | ||||
|   {{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user