mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
1d45ad8b2a
Use a base template to create a cohesive feel across the HTML templates provided by Synapse. Adds basic styling to the base template for a more user-friendly look and feel.
6 lines
158 B
HTML
6 lines
158 B
HTML
{% block title %}Registration failure{% endblock %}
|
|
|
|
{% block body %}
|
|
<p>Validation failed for the following reason: {{ failure_reason }}.</p>
|
|
{% endblock %}
|