diff --git a/templates/registration/login.html b/templates/registration/login.html
index fd49431..106fa30 100644
--- a/templates/registration/login.html
+++ b/templates/registration/login.html
@@ -17,6 +17,7 @@
This program comes with a copy of the GNU Affero General Public License
file at the root of this project.
{% endcomment %}
+{% block title %}Login{% endblock %}
{% block main %}
diff --git a/templates/registration/new-user.html b/templates/registration/new-user.html
index fa1ba68..0cf91e5 100644
--- a/templates/registration/new-user.html
+++ b/templates/registration/new-user.html
@@ -17,6 +17,7 @@
This program comes with a copy of the GNU Affero General Public License
file at the root of this project.
{% endcomment %}
+{% block title %}New User{% endblock %}
{% block main %}
{% if form.errors %}