0
0
mirror of https://github.com/matrix-org/synapse.git synced 2024-12-12 15:37:32 +00:00
matrix-org_synapse/synapse/res/templates/registration_failure.html

7 lines
185 B
HTML

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