Commit 0cac3602 by Bridger Maxwell

Added a favicon.

parent 6caee537
......@@ -4,6 +4,8 @@
<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" />
......
......@@ -76,6 +76,8 @@ urlpatterns = ('',
{'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'),
# url(r'^reactivate/(?P<key>[^/]*)$', 'student.views.reactivation_email'),
......
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