mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
7 lines
185 B
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 %}
|