diff --git a/lms/templates/footer.html b/lms/templates/footer.html index dfcc1a2bec..b6bf2cd84a 100644 --- a/lms/templates/footer.html +++ b/lms/templates/footer.html @@ -2,6 +2,7 @@ <%! from django.core.urlresolvers import reverse %> <%! from django.utils.translation import ugettext as _ %> <%namespace name='static' file='static_content.html'/> +<%! from microsite_configuration.templatetags.microsite import platform_name %>