diff --git a/lms/templates/logout.html b/lms/templates/logout.html index 8dbeb92ba5..48a9428c84 100644 --- a/lms/templates/logout.html +++ b/lms/templates/logout.html @@ -1,5 +1,5 @@ {% extends "main_django.html" %} -{% load i18n staticfiles %} +{% load i18n static %} {% load django_markup %} {% block title %}{% trans "Signed Out" as tmsg %}{{ tmsg | force_escape }} | {{ block.super }}{% endblock %} diff --git a/lms/templates/main_django.html b/lms/templates/main_django.html index a9125bc063..5a858546fd 100644 --- a/lms/templates/main_django.html +++ b/lms/templates/main_django.html @@ -1,5 +1,5 @@ -{% load sekizai_tags i18n configuration theme_pipeline optional_include staticfiles %} +{% load sekizai_tags i18n configuration theme_pipeline optional_include static %}
diff --git a/lms/templates/wiki/base.html b/lms/templates/wiki/base.html index ef6674ed59..8ca99f2d5d 100644 --- a/lms/templates/wiki/base.html +++ b/lms/templates/wiki/base.html @@ -1,6 +1,6 @@ {% extends "main_django.html" %} {% with online_help_token="wiki" %} -{% load theme_pipeline %}{% load sekizai_tags i18n configuration %}{% load staticfiles %} +{% load theme_pipeline %}{% load sekizai_tags i18n configuration %}{% load static %} {% block title %} {% block pagetitle %}{% endblock %} | {% trans "Wiki" as tmsg%}{{tmsg|force_escape}} | {% platform_name %}