mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-17 20:48:44 -04:00
6 lines
185 B
HTML
6 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 %}
|