remove some unused templates

This commit is contained in:
dandds 2019-04-18 06:14:09 -04:00
parent c223bff09c
commit 7c47d1933e
8 changed files with 0 additions and 70 deletions

View File

@ -1,4 +0,0 @@
{% extends "audit_log/events/_base.html" %}
{% block content %}
{% endblock %}

View File

@ -1,4 +0,0 @@
{% extends "audit_log/events/_base.html" %}
{% block content %}
{% endblock %}

View File

@ -1,5 +0,0 @@
{% extends "audit_log/events/_base.html" %}
{% block content %}
on Request <code>{{ event.request_id }}</code> ({{ event.request.displayname }})
{% endblock %}

View File

@ -1,4 +0,0 @@
{% extends "audit_log/events/_base.html" %}
{% block content %}
{% endblock %}

View File

@ -1,17 +0,0 @@
{% from "components/icon.html" import Icon %}
<p>
{{ "fragments.pending_ccpo_acceptance_alert.paragraph_1" | translate }}
</p>
<p>
{{ "fragments.pending_ccpo_acceptance_alert.paragraph_2" | translate }}
</p>
<div class='alert__actions'>
<a href='/help' class='icon-link'>
{{ Icon('help') }}
{{ "fragments.pending_ccpo_acceptance_alert.learn_more_link_text" | translate }}
</a>
</div>

View File

@ -1,8 +0,0 @@
<p>
{{ "fragments.pending_ccpo_approval_modal.paragraph_1" | translate }}
</p>
<p>
{{ "fragments.pending_ccpo_approval_modal.paragraph_2" | translate }}
</p>

View File

@ -1,16 +0,0 @@
{% from "components/icon.html" import Icon %}
<p>
{{ "fragments.pending_financial_verification.paragraph_1" | translate }}
</p>
<p>
{{ "fragments.pending_financial_verification.paragraph_2" | translate }}
</p>
<div class='alert__actions'>
<a href='/help' class='icon-link'>
{{ Icon('help') }}
{{ "fragments.pending_financial_verification.learn_more_link_text" | translate }}
</a>
</div>

View File

@ -1,12 +0,0 @@
{% extends "base.html" %}
{% block content %}
<main class="usa-section usa-content">
<h1>Users</h1>
</main>
{% endblock %}