{% extends "base.html" %} {% block title %}Resend confirmation email - {{ SITE_NAME }}{% endblock %} {% block dashboard_stat %} {% endblock %} {% block content %}

Resend a confirmation email

Enter your email address to get new account confirmation link.

{% if status == 0 %} Email not found! {% elif status == 1 %} Email already confirmed! {% elif status == 2 %} Confirmation email sent! {% endif %}

{% endblock %}