forked-synapse/synapse/res/templates/registration_failure.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
185 B
HTML
Raw Normal View History

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