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

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