Replace old favicon with transparent one

This commit is contained in:
Ramon Wenger 2019-03-07 11:16:51 +01:00
parent 319725ae57
commit a233c02049
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@ -22,7 +22,7 @@ urlpatterns = [
url(r'^api/', include('api.urls', namespace="api")), url(r'^api/', include('api.urls', namespace="api")),
#favicon #favicon
url(r'^favicon\.ico$', RedirectView.as_view(url='/static/favicon-32.png', permanent=True)) url(r'^favicon\.ico$', RedirectView.as_view(url='/static/favicon@2x.png', permanent=True))
] ]
if settings.DEBUG and not settings.USE_AWS: if settings.DEBUG and not settings.USE_AWS: