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'/> +