From 506a5252b2b39cb2f28d207b419de7a047a62602 Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Tue, 26 Mar 2013 11:06:17 -0400 Subject: [PATCH] converting password_reset_confirm back to django template from mako --- .../registration/password_reset_confirm.html | 24 +++++++++++++------ 1 file changed, 17 insertions(+), 7 deletions(-) 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 +