1 2 3 4 5
{% block title %}Registration failure{% endblock %} {% block body %} <p>Validation failed for the following reason: {{ failure_reason }}.</p> {% endblock %}