diff --git a/lms/templates/registration/password_reset_complete.html b/lms/templates/registration/password_reset_complete.html index d1852cefaa7a..1d592b9df93c 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 91f03c0d802b..bcad5d8da5e8 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 %} +