diff --git a/lms/static/images/favicon.ico b/lms/static/images/favicon.ico new file mode 100644 index 0000000000..13801059f1 Binary files /dev/null and b/lms/static/images/favicon.ico differ diff --git a/lms/templates/main.html b/lms/templates/main.html index be4fa3bd70..245d1b4737 100644 --- a/lms/templates/main.html +++ b/lms/templates/main.html @@ -3,7 +3,9 @@ <%block name="title">edX - + + + diff --git a/lms/urls.py b/lms/urls.py index e5be297637..a212bfefd0 100644 --- a/lms/urls.py +++ b/lms/urls.py @@ -74,7 +74,9 @@ urlpatterns = ('', {'template': 'copyright.html'}, name="copyright"), url(r'^honor$', 'static_template_view.views.render', {'template': 'honor.html'}, name="honor"), - + + + (r'^favicon\.ico$', 'django.views.generic.simple.redirect_to', {'url': '/static/images/favicon.ico'}), # TODO: These urls no longer work. They need to be updated before they are re-enabled # url(r'^send_feedback$', 'util.views.send_feedback'),