From ebc9f742fbe0f166d10637e56d0ee991625cac97 Mon Sep 17 00:00:00 2001 From: Waheed Ahmed Date: Thu, 7 Nov 2013 20:16:48 +0500 Subject: [PATCH] import jquery in reset password template LMS-1265 --- lms/templates/registration/password_reset_complete.html | 4 ++++ lms/templates/registration/password_reset_confirm.html | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/lms/templates/registration/password_reset_complete.html b/lms/templates/registration/password_reset_complete.html index d1852cefaa..1d592b9df9 100644 --- a/lms/templates/registration/password_reset_complete.html +++ b/lms/templates/registration/password_reset_complete.html @@ -12,6 +12,10 @@ {% compressed_css 'style-app-extend1' %} {% compressed_css 'style-app-extend2' %} + {% block main_vendor_js %} + {% compressed_js 'main_vendor' %} + {% endblock %} + diff --git a/lms/templates/registration/password_reset_confirm.html b/lms/templates/registration/password_reset_confirm.html index 91f03c0d80..bcad5d8da5 100644 --- a/lms/templates/registration/password_reset_confirm.html +++ b/lms/templates/registration/password_reset_confirm.html @@ -16,6 +16,10 @@ {% compressed_css 'style-app-extend1' %} {% compressed_css 'style-app-extend2' %} + {% block main_vendor_js %} + {% compressed_js 'main_vendor' %} + {% endblock %} +