diff --git a/templates/ccpo/confirm_user.html b/templates/ccpo/confirm_user.html index 1304fa97..d7f26c13 100644 --- a/templates/ccpo/confirm_user.html +++ b/templates/ccpo/confirm_user.html @@ -1,47 +1,44 @@ {% extends "base.html" %} -{% from "components/alert.html" import Alert %} {% from "components/text_input.html" import TextInput %} {% block content %} {% if new_user %} - {% call Alert('ccpo.form.confirm_user_title' | translate) %} -
- {% endcall %} - {% else %} - {% call Alert('ccpo.form.user_not_found_title' | translate) %} -- {{ "ccpo.form.user_not_found_text" | translate }} -
++ {{ "ccpo.form.user_not_found_text" | translate }} +
+ {% endif %} {% endblock %}