{% extends "djust_auth/layouts/auth.html" %}{% load djust_auth %} {% block title %}Check your email{% endblock %} {% block card %}{% auth_context as auth %}
{% if email %}We sent a code to {{ email }}.{% else %}Enter the code we emailed you.{% endif %}
{% auth_errors form %} {% auth_links auth %} {% endblock %}