{% extends "base.html" %} {% block title %} Confirmation error ยท Quay.io {% endblock %} {% block body_content %}

There was an error confirming your e-mail address.

{% if error_message %}
{{ error_message }}
{% endif %}
{% endblock %}