Add containing div around to review fragment
This commit is contained in:
parent
5adb2d016e
commit
46a7702f4f
@ -8,5 +8,7 @@
|
||||
<a href="{{ url_for('task_orders.edit', task_order_id=task_order.id) }}" class="usa-button usa-button-secondary" type="submit">Edit</a>
|
||||
{% endcall %}
|
||||
|
||||
{% include "fragments/task_order_review.html" %}
|
||||
<div class="task-order">
|
||||
{% include "fragments/task_order_review.html" %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user