{% extends 'layouts/full_base.html' %} {% block title %}Verify Your Email - Adtlas{% endblock %} {% block meta_description %}Verify your email address to activate your Adtlas account.{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Verify Your Email

We've sent a verification email to your address. {% if user.email %}
{% endif %}

Next steps:
  • Check your inbox for an email from Adtlas
  • Click the verification link in the email
  • Your account will be activated automatically
  • If you don't see the email, check your spam folder

Already verified?

{% endblock %}