diff --git a/lms/templates/registration/password_reset_confirm.html b/lms/templates/registration/password_reset_confirm.html index feec3b1b67..aaf264949d 100644 --- a/lms/templates/registration/password_reset_confirm.html +++ b/lms/templates/registration/password_reset_confirm.html @@ -1,10 +1,17 @@ -<%inherit file="main.html" /> +{% load compressed %} +{% load staticfiles %} + + + -<%namespace name='static' file='static_content.html'/> + Reset Your edX Password -<%block name="title">Reset Your edX Password + {% compressed_css 'application' %} + + -<%block name="js_extra"> - + + + +
@@ -43,7 +53,7 @@ -
+ {% csrf_token %} -
\ No newline at end of file +