Skip to content

Commit

Permalink
correct FAVICON_PATH setting for comprehensive theming
Browse files Browse the repository at this point in the history
  • Loading branch information
saleem-latif committed Feb 11, 2016
1 parent ccbd88a commit d2dec33
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions openedx/core/djangoapps/theming/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ def comprehensive_theme_changes(theme_dir):
if locale_dir.isdir():
changes['settings']['LOCALE_PATHS'] = [locale_dir] + settings.LOCALE_PATHS

favicon = component_dir / "static" / "images" / "favicon.ico"
if favicon.isfile():
changes['settings']['FAVICON_PATH'] = str(favicon)

return changes


Expand Down

0 comments on commit d2dec33

Please sign in to comment.