MatrixSynapse/synapse/res/templates/registration_failure.html

6 lines
158 B
HTML
Raw Normal View History

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