diff --git a/lms/templates/registration/password_reset_confirm.html b/lms/templates/registration/password_reset_confirm.html
index cddebf7854..a9c6ae64b0 100644
--- a/lms/templates/registration/password_reset_confirm.html
+++ b/lms/templates/registration/password_reset_confirm.html
@@ -1,72 +1,75 @@
-{% extends "main_django.html" %}
-{% load i18n %}
+## mako
-{% block title %}
-
-{% blocktrans with platform_name=platform_name %}
- Reset Your {{ platform_name }} Password
-{% endblocktrans %}
-
-{% endblock %}
+<%! from django.utils.translation import ugettext as _ %>
-{% block bodyextra %}
-
-{% endblock %}
+<%inherit file="../main.html"/>
-{% block bodyclass %}view-passwordreset{% endblock %}
+<%block name="title">
+ ${_("Reset Your {platform_name} Password".format(platform_name=platform_name))}
+%block>
-{% block body %}
+<%block name="bodyextra">
+
+%block>
+
+<%block name="bodyclass">view-passwordreset%block>
+
+<%block name="body">