remove some unused templates
This commit is contained in:
parent
c223bff09c
commit
7c47d1933e
@ -1,4 +0,0 @@
|
||||
{% extends "audit_log/events/_base.html" %}
|
||||
|
||||
{% block content %}
|
||||
{% endblock %}
|
@ -1,4 +0,0 @@
|
||||
{% extends "audit_log/events/_base.html" %}
|
||||
|
||||
{% block content %}
|
||||
{% endblock %}
|
@ -1,5 +0,0 @@
|
||||
{% extends "audit_log/events/_base.html" %}
|
||||
|
||||
{% block content %}
|
||||
on Request <code>{{ event.request_id }}</code> ({{ event.request.displayname }})
|
||||
{% endblock %}
|
@ -1,4 +0,0 @@
|
||||
{% extends "audit_log/events/_base.html" %}
|
||||
|
||||
{% block content %}
|
||||
{% endblock %}
|
@ -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>
|
||||
|
@ -1,8 +0,0 @@
|
||||
<p>
|
||||
{{ "fragments.pending_ccpo_approval_modal.paragraph_1" | translate }}
|
||||
</p>
|
||||
|
||||
|
||||
<p>
|
||||
{{ "fragments.pending_ccpo_approval_modal.paragraph_2" | translate }}
|
||||
</p>
|
@ -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>
|
||||
|
@ -1,12 +0,0 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<main class="usa-section usa-content">
|
||||
|
||||
<h1>Users</h1>
|
||||
|
||||
</main>
|
||||
|
||||
{% endblock %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user