Delete unused Jinja macros and rearrange templates.

Templates and fragments that relate to specific resources (portfolios,
applications, task orders) should reside in directories named for the
relevant resource. This also matches the way the application routes are
distributed among modules named for each resource type.
This commit is contained in:
dandds
2019-09-24 09:55:31 -04:00
parent c8a2e9ee96
commit 4f8cbc2b68
26 changed files with 41 additions and 72 deletions

View File

@@ -13,5 +13,5 @@
{% endblock %}
{% block to_builder_form_field %}
{% include "fragments/task_order_review.html" %}
{% include "task_orders/fragments/task_order_review.html" %}
{% endblock %}