diff --git a/members/templates/application_form_base.html b/members/templates/application_form_base.html index ee02499..d8d6f76 100644 --- a/members/templates/application_form_base.html +++ b/members/templates/application_form_base.html @@ -8,7 +8,7 @@ - + Jäsenhakemus diff --git a/members/templates/base.html b/members/templates/base.html index e9f376f..7fa11c5 100644 --- a/members/templates/base.html +++ b/members/templates/base.html @@ -11,7 +11,7 @@ - + {% trans "Member register" %} diff --git a/sikweb/urls.py b/sikweb/urls.py index 93e5266..a73f055 100644 --- a/sikweb/urls.py +++ b/sikweb/urls.py @@ -29,7 +29,7 @@ import members.urls import coffee_scale.urls favicon_view = RedirectView.as_view( - url='static/img/favicon.ico', permanent=True) + url='static/img/favicon.png', permanent=True) urlpatterns = [ diff --git a/static/img/favicon.png b/static/img/favicon.png new file mode 100644 index 0000000..0d6a7d0 Binary files /dev/null and b/static/img/favicon.png differ diff --git a/templates/about.html b/templates/about.html index 146bafd..344ee6d 100644 --- a/templates/about.html +++ b/templates/about.html @@ -3,7 +3,7 @@ {% load static %} - + diff --git a/templates/admin/base_site.html b/templates/admin/base_site.html index 4cba2fa..e910569 100644 --- a/templates/admin/base_site.html +++ b/templates/admin/base_site.html @@ -4,7 +4,7 @@ {% load i18n %} {# Additional content here, some extra meta tags or favicon #} {% block extrahead %} - + {% endblock %} diff --git a/templates/project.html b/templates/project.html index bbff6ef..6bae95f 100644 --- a/templates/project.html +++ b/templates/project.html @@ -8,7 +8,7 @@ {% block head %} - +