diff --git a/src/newsreader/templates/password-reset/password-reset-confirm.html b/src/newsreader/templates/password-reset/password-reset-confirm.html
index c438971..93c1975 100755
--- a/src/newsreader/templates/password-reset/password-reset-confirm.html
+++ b/src/newsreader/templates/password-reset/password-reset-confirm.html
@@ -2,34 +2,18 @@
{% load static i18n %}
{% block meta %}
-
-
+
+
{% endblock %}
-{% block title %}{% trans "Confirm password reset" %}{% endblock %}
-
{% block content %}
-
{% if validlink %}
-
-
+ {% url 'accounts:login' as cancel_url %}
+ {% trans "Enter your new password below to reset your password:" as title %}
+ {% trans "Change password" as confirm_text %}
+ {% include "components/form/form.html" with form=form title=title confirm_text=confirm_text cancel_url=cancel_url %}
{% else %}