diff --git a/templates/audit_log/events/request.html b/templates/audit_log/events/request.html deleted file mode 100644 index ef822521..00000000 --- a/templates/audit_log/events/request.html +++ /dev/null @@ -1,4 +0,0 @@ -{% extends "audit_log/events/_base.html" %} - -{% block content %} -{% endblock %} diff --git a/templates/audit_log/events/request_review.html b/templates/audit_log/events/request_review.html deleted file mode 100644 index ef822521..00000000 --- a/templates/audit_log/events/request_review.html +++ /dev/null @@ -1,4 +0,0 @@ -{% extends "audit_log/events/_base.html" %} - -{% block content %} -{% endblock %} diff --git a/templates/audit_log/events/request_revision.html b/templates/audit_log/events/request_revision.html deleted file mode 100644 index f29caf62..00000000 --- a/templates/audit_log/events/request_revision.html +++ /dev/null @@ -1,5 +0,0 @@ -{% extends "audit_log/events/_base.html" %} - -{% block content %} - on Request {{ event.request_id }} ({{ event.request.displayname }}) -{% endblock %} diff --git a/templates/audit_log/events/request_status_event.html b/templates/audit_log/events/request_status_event.html deleted file mode 100644 index ef822521..00000000 --- a/templates/audit_log/events/request_status_event.html +++ /dev/null @@ -1,4 +0,0 @@ -{% extends "audit_log/events/_base.html" %} - -{% block content %} -{% endblock %} diff --git a/templates/fragments/pending_ccpo_acceptance_alert.html b/templates/fragments/pending_ccpo_acceptance_alert.html deleted file mode 100644 index 71bf07f4..00000000 --- a/templates/fragments/pending_ccpo_acceptance_alert.html +++ /dev/null @@ -1,17 +0,0 @@ -{% from "components/icon.html" import Icon %} - -

- {{ "fragments.pending_ccpo_acceptance_alert.paragraph_1" | translate }} -

- -

- {{ "fragments.pending_ccpo_acceptance_alert.paragraph_2" | translate }} -

- -
- - {{ Icon('help') }} - {{ "fragments.pending_ccpo_acceptance_alert.learn_more_link_text" | translate }} - -
- diff --git a/templates/fragments/pending_ccpo_approval_modal.html b/templates/fragments/pending_ccpo_approval_modal.html deleted file mode 100644 index fb87145c..00000000 --- a/templates/fragments/pending_ccpo_approval_modal.html +++ /dev/null @@ -1,8 +0,0 @@ -

- {{ "fragments.pending_ccpo_approval_modal.paragraph_1" | translate }} -

- - -

- {{ "fragments.pending_ccpo_approval_modal.paragraph_2" | translate }} -

diff --git a/templates/fragments/pending_financial_verification.html b/templates/fragments/pending_financial_verification.html deleted file mode 100644 index f4d540e3..00000000 --- a/templates/fragments/pending_financial_verification.html +++ /dev/null @@ -1,16 +0,0 @@ -{% from "components/icon.html" import Icon %} - -

- {{ "fragments.pending_financial_verification.paragraph_1" | translate }} -

-

- {{ "fragments.pending_financial_verification.paragraph_2" | translate }} -

- -
- - {{ Icon('help') }} - {{ "fragments.pending_financial_verification.learn_more_link_text" | translate }} - -
- diff --git a/templates/users.html b/templates/users.html deleted file mode 100644 index 9d6523f7..00000000 --- a/templates/users.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "base.html" %} - -{% block content %} - -
- -

Users

- -
- -{% endblock %} -