diff --git a/lms/templates/main.html b/lms/templates/main.html index 179a84f7d3..a25e8f5261 100644 --- a/lms/templates/main.html +++ b/lms/templates/main.html @@ -92,9 +92,6 @@ <%static:js group='application'/> <%static:js group='module-js'/> - - - <%block name="js_extra"/> diff --git a/lms/templates/verify_student/photo_verification.html b/lms/templates/verify_student/photo_verification.html index 4146af17d7..4fa982d4db 100644 --- a/lms/templates/verify_student/photo_verification.html +++ b/lms/templates/verify_student/photo_verification.html @@ -1,10 +1,14 @@ <%! from django.utils.translation import ugettext as _ %> <%! from django.core.urlresolvers import reverse %> <%inherit file="../main.html" /> +<%namespace name='static' file='/static_content.html'/> <%block name="bodyclass">register verification-process step-photos <%block name="js_extra"> + + +