summary refs log tree commit diff
path: root/synapse/res/templates/registration_failure.html
blob: 3debe9301dd95b29c1a68d2b0d9937be1403e47f (plain) (blame)
1
2
3
4
5
{% block title %}Registration failure{% endblock %}

{% block body %}
<p>Validation failed for the following reason: {{ failure_reason }}.</p>
{% endblock %}