{% extends layout_path %} {% load static %} {% load i18n %} {% block title %}Verify Email - Pages{% endblock %} {% block page_css %} {{ block.super }} {% endblock page_css %} {% block page_js %} {{ block.super }} {% endblock page_js %} {% block content %}
Verification link will be send to this email: {{request.user.email}}.
{% else %}Verification link send to your email address.
{% endif %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% if request.user.is_authenticated %} Verify Email Back {% else %} Skip for now & LoginDidn't get the mail? Resend
{% endif %}