Commit 0cac3602 by Bridger Maxwell

Added a favicon.

parent 6caee537
......@@ -3,7 +3,9 @@
<html>
<head>
<%block name="title"><title>edX</title></%block>
<link rel="icon" type="image/image/x-icon" href="${static.url('images/favicon.ico')}" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:800italic,400,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="${static.url('css/vendor/jquery.treeview.css')}" type="text/css" media="all" />
......
......@@ -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'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment