diff --git a/templates/index.html b/templates/index.html
index 85e85e9c..8ee2096d 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -4,7 +4,7 @@
PENRA Courses
{% if not request.user.is_authenticated %}
-
Log in
+
Log in
Reset password
{% else %}
Atlas
diff --git a/templates/registration/password_change_done.html b/templates/registration/password_change_done.html
new file mode 100644
index 00000000..e9a2ce3f
--- /dev/null
+++ b/templates/registration/password_change_done.html
@@ -0,0 +1,9 @@
+{% extends 'base.html' %}
+{% load i18n %}.
+
+{% block title %}Password change{% endblock %}
+
+{% block content %}
+
Password changed
+
{% translate 'Your password was changed.' %}
+{% endblock %}
\ No newline at end of file
diff --git a/templates/registration/password_change_form.html b/templates/registration/password_change_form.html
new file mode 100644
index 00000000..9f301b83
--- /dev/null
+++ b/templates/registration/password_change_form.html
@@ -0,0 +1,53 @@
+
+{% extends 'base.html' %}
+{% load i18n %}.
+
+{% block title %}Password change{% endblock %}
+
+{% block content %}
+
+{% endblock %}
\ No newline at end of file
diff --git a/templates/registration/password_reset_confirm.html b/templates/registration/password_reset_confirm.html
index ca27124e..3a1c9937 100644
--- a/templates/registration/password_reset_confirm.html
+++ b/templates/registration/password_reset_confirm.html
@@ -1,5 +1,5 @@
-{% extends "base.html" %}
+{% extends "../base.html" %}
{% block title %}Enter new password{% endblock %}
@@ -15,6 +15,7 @@
{% else %}
+
Invalid link
The password reset link was invalid, possibly because it has already been used. Please request a new password reset.