diff --git a/lps/lps/templates/base.html b/lps/lps/templates/base.html index de4d820..0de17de 100644 --- a/lps/lps/templates/base.html +++ b/lps/lps/templates/base.html @@ -1,4 +1,4 @@ -{% load static wagtailcore_tags wagtailuserbar %} +{% load static wagtailcore_tags wagtailuserbar wagtailimages_tags %} @@ -30,6 +30,9 @@ rel="stylesheet" /> {% block extra_css %}{# Override this in templates to add extra stylesheets #}{% endblock %} + + {% image settings.base.SiteSettings.icon fill-32x32 format-png as favicon %} + {% wagtailuserbar %}