rearrange templates to follow new dir structure

This commit is contained in:
graham-dds
2019-09-30 10:20:24 -04:00
parent 94ccda9d84
commit d4b5e484ee
4 changed files with 9 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
{% from "components/icon.html" import Icon %}
{% import "applications/fragments/new_member_modal_content.html" as member_steps %}
{% from "applications/fragments/member_perms_form_fields.html" import MemberPermsFields %}
{% from "portfolios/applications/fragments/members.html" import MemberManagementTemplate %}
{% from "fragments/members.html" import MemberManagementTemplate %}
{% from "components/modal.html" import Modal %}
{% from "components/multi_step_modal_form.html" import MultiStepModalForm %}
{% from "components/pagination.html" import Pagination %}