Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
ef00b8d2
Commit
ef00b8d2
authored
Jul 22, 2012
by
David Ormsbee
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #255 from MITx/release_fixes
Added a favicon.
parents
43ab4d19
dc2d17df
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
lms/static/images/favicon.ico
+0
-0
lms/templates/main.html
+3
-1
lms/urls.py
+3
-1
No files found.
lms/static/images/favicon.ico
0 → 100644
View file @
ef00b8d2
File added
lms/templates/main.html
View file @
ef00b8d2
...
...
@@ -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"
/>
...
...
lms/urls.py
View file @
ef00b8d2
...
...
@@ -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'),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment