qrtr-services/user/templates/confirm_email.html
2020-09-15 19:07:32 -06:00

5 lines
182 B
HTML

{% if user.is_authenticated %}
<h1>{{user.email}} is successfully confirmed. You may close this window</h1>
{% else %}
<h1>An Error Occurred, please try again later.</h1>
{% endif %}