Remove alert from confirm ccpo user page
This commit is contained in:
parent
1783cd494d
commit
43855c5495
@ -1,11 +1,10 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% from "components/alert.html" import Alert %}
|
|
||||||
{% from "components/text_input.html" import TextInput %}
|
{% from "components/text_input.html" import TextInput %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% if new_user %}
|
{% if new_user %}
|
||||||
{% call Alert('ccpo.form.confirm_user_title' | translate) %}
|
<h3>{{ 'ccpo.form.confirm_user_title' | translate }}</h3>
|
||||||
<form id="add-ccpo-user-form" action="{{ url_for('ccpo.confirm_new_user') }}" method="POST">
|
<form id="add-ccpo-user-form" action="{{ url_for('ccpo.confirm_new_user') }}" method="POST">
|
||||||
{{ form.csrf_token }}
|
{{ form.csrf_token }}
|
||||||
<input type="hidden" name="dod_id" value="{{ form.dod_id.data }}">
|
<input type="hidden" name="dod_id" value="{{ form.dod_id.data }}">
|
||||||
@ -31,9 +30,8 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
{% endcall %}
|
|
||||||
{% else %}
|
{% else %}
|
||||||
{% call Alert('ccpo.form.user_not_found_title' | translate) %}
|
<h3>{{ 'ccpo.form.user_not_found_title' | translate }}</h3>
|
||||||
<p>
|
<p>
|
||||||
{{ "ccpo.form.user_not_found_text" | translate }}
|
{{ "ccpo.form.user_not_found_text" | translate }}
|
||||||
</p>
|
</p>
|
||||||
@ -42,6 +40,5 @@
|
|||||||
{{ "ccpo.form.return_link" | translate }}
|
{{ "ccpo.form.return_link" | translate }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{% endcall %}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user