BIN
lms/static/images/favicon.ico
Normal file
BIN
lms/static/images/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user