diff --git a/lms/templates/main_django.html b/lms/templates/main_django.html
index a5c54d259a..5554803d73 100644
--- a/lms/templates/main_django.html
+++ b/lms/templates/main_django.html
@@ -1,9 +1,9 @@
-{% load compressed %}{% load sekizai_tags i18n %}{% load url from future %}
+{% load compressed %}{% load sekizai_tags i18n %}{% load url from future %}{% load staticfiles %}
{% block title %}edX{% endblock %}
-
+
{% compressed_css 'application' %}
{% compressed_js 'main_vendor' %}
diff --git a/lms/templates/wiki/base.html b/lms/templates/wiki/base.html
index d66833d4c6..0c4f7bf140 100644
--- a/lms/templates/wiki/base.html
+++ b/lms/templates/wiki/base.html
@@ -1,11 +1,12 @@
{% extends "main_django.html" %}
-{% load compressed %}{% load sekizai_tags i18n %}{% load url from future %}
+{% load compressed %}{% load sekizai_tags i18n %}{% load url from future %}{% load staticfiles %}
{% block title %}{% block pagetitle %}{% endblock %} | edX Wiki{% endblock %}
{% block headextra %}
{% compressed_css 'course' %}
-
+
+
{% endblock %}