Rename review route and template to view because it better reflects the purpose of the route and template

This commit is contained in:
leigh-mil
2019-12-19 14:28:00 -05:00
parent 2f7a974955
commit cbcac2b142
9 changed files with 12 additions and 12 deletions

View File

@@ -11,6 +11,6 @@
{% endcall %}
<div class="task-order">
{% include "task_orders/fragments/task_order_review.html" %}
{% include "task_orders/fragments/task_order_view.html" %}
</div>
{% endblock %}