summary refs log tree commit diff
path: root/synapse/res/templates/registration_success.html
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/res/templates/registration_success.html')
-rw-r--r--synapse/res/templates/registration_success.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/synapse/res/templates/registration_success.html b/synapse/res/templates/registration_success.html

index fbd6e4018f..6d45111796 100644 --- a/synapse/res/templates/registration_success.html +++ b/synapse/res/templates/registration_success.html
@@ -1,6 +1,6 @@ -<html> -<head></head> -<body> +{% extends "_base.html" %} +{% block title %}Your email has now been validated{% endblock %} + +{% block body %} <p>Your email has now been validated, please return to your client. You may now close this window.</p> -</body> -</html> +{% endblock %}