{% extends 'uniauth/base-site.html' %} {% block head %} Uniauth | Success {% endblock %} {% block content %}
Verification Successful

{% if is_signup %} Your account has been activated! {% else %} Your email address has been successfully verified. {% endif %} {% if request.user.is_authenticated and next_url %}

Click here to continue. {% elif not request.user.is_authenticated %}

Click here to log in. {% endif %}
{% endblock %} {% block script %} {% endblock %}