{% extends "djust_auth/layouts/auth.html" %}{% load djust_auth %} {% block title %}Email verified{% endblock %} {% block card %}{% auth_context as auth %}
Thanks, your email address is confirmed.
{% if auth.links.login %}Continue{% endif %} {% auth_links auth %} {% endblock %}