5 lines
182 B
HTML
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 %} |