diff options
author | Erik Johnston <erik@matrix.org> | 2022-11-16 11:14:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-16 11:14:38 +0000 |
commit | 5cb6ad3b87caaadaedc3cc57e5513feb459b519d (patch) | |
tree | f2ad865e9dfaff5a23fa8097bd7fd60b1ab69481 /synapse/res/templates/registration.html | |
parent | Include heroes in partial join responses' state (#14442) (diff) | |
download | synapse-5cb6ad3b87caaadaedc3cc57e5513feb459b519d.tar.xz |
Fix HTML templates missing correct HTML tags (#14448)
Diffstat (limited to 'synapse/res/templates/registration.html')
-rw-r--r-- | synapse/res/templates/registration.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/res/templates/registration.html b/synapse/res/templates/registration.html index 189960a832..cdb815665e 100644 --- a/synapse/res/templates/registration.html +++ b/synapse/res/templates/registration.html @@ -1,3 +1,4 @@ +{% extends "_base.html" %} {% block title %}Registration{% endblock %} {% block body %} |