fix icon
This commit is contained in:
parent
e820697e60
commit
9e95fd21a7
4 changed files with 135 additions and 1087 deletions
|
@ -382,7 +382,7 @@ favicon_paths = ['apple-touch-icon-180x180.png', 'apple-touch-icon-114x114.png',
|
|||
|
||||
for favicon in favicon_paths:
|
||||
urlpatterns.append(url(r'^%s$' % favicon, RedirectView.as_view(
|
||||
url=lazystr(lambda: static('icons/' + favicon)),
|
||||
url=static('icons/' + favicon)
|
||||
)))
|
||||
|
||||
handler404 = 'judge.views.error.error404'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue