summary refs log tree commit diff
path: root/synapse/res/templates/registration_failure.html
blob: 2833d79c3738ebaa1fd79e36c8a779285969f611 (plain) (blame)
1
2
3
4
5
6
<html>
<head></head>
<body>
<p>Validation failed for the following reason: {{ failure_reason }}.</p>
</body>
</html>