{% extends "djust_auth/layouts/auth.html" %}{% load djust_auth %} {% block title %}Check your email{% endblock %} {% block card %}{% auth_context as auth %}

Check your email

{% if email %}We sent a message to {{ email }}.{% else %}We sent you a message.{% endif %} Follow it to continue.

{% auth_links auth %} {% endblock %}