{% extends 'base.html' %} {% block title %}Verify Your Email - AgentForms{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

Check Your Email

We've sent a verification link to .
Click the link in that email to verify your account.

Didn't receive the email? Check your spam folder or try again in a minute.
{% endblock %}