diff --git a/lms/templates/logout.html b/lms/templates/logout.html
index 8dbeb92ba5ee27ad9fd16dfcd2806bf54f818f26..48a9428c84db879fbc8af92216a873afbc337787 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 a9125bc063acb02ad04b9fb7845480160f58b6b9..5a858546fdc78742533275a9d951fe17f3061f63 100644
--- a/lms/templates/main_django.html
+++ b/lms/templates/main_django.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-{% load sekizai_tags i18n configuration theme_pipeline optional_include staticfiles %}
+{% load sekizai_tags i18n configuration theme_pipeline optional_include static %}
 <html lang="{{LANGUAGE_CODE}}">
 <head>
   <meta charset="UTF-8">
diff --git a/lms/templates/wiki/base.html b/lms/templates/wiki/base.html
index ef6674ed59a43c7c84e94ee98ed21b76703bbc1c..8ca99f2d5d9736bcdf41de9c38742c98dd3305fe 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 %}