diff --git a/cms/templates/base.html b/cms/templates/base.html
index dacdb55a71..abc3ad8677 100644
--- a/cms/templates/base.html
+++ b/cms/templates/base.html
@@ -10,6 +10,7 @@
<%!
from django.utils.translation import ugettext as _
+from lms.djangoapps.branding import api as branding_api
from openedx.core.djangoapps.util.user_messages import PageLevelMessages
from openedx.core.djangolib.js_utils import (
dump_js_escaped_json, js_escaped_string
@@ -61,7 +62,8 @@ from openedx.core.release import RELEASE_LINE
-
+ <% favicon_url = branding_api.get_favicon_url() %>
+
<%static:css group='style-vendor'/>
<%static:css group='style-vendor-tinymce-content'/>
<%static:css group='style-vendor-tinymce-skin'/>