{% extends 'hidp/base_pre_login.html' %} {% load i18n %} {% block title %}{% translate 'Verification required' %}{% endblock %} {% block main %}
{% translate 'You need to verify your email address before you can sign in. Please check your email for a verification link.' %}
{% translate 'It may take a few minutes for this email to arrive. If you do not see it, check your spam folder. If you still cannot find it, make sure you entered the correct email address.' %}
{% endblock %}