Fix favicon
This commit is contained in:
parent
607cdc7621
commit
3f288209d8
|
@ -1,4 +1,6 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
{% load staticfiles %}
|
||||||
|
|
||||||
<link rel="shortcut icon" href="{% static 'images/favicon.ico' %}"/>
|
<link rel="shortcut icon" href="{% static 'images/favicon.ico' %}"/>
|
||||||
<!-- load wagtailcore_tags by adding this: -->
|
<!-- load wagtailcore_tags by adding this: -->
|
||||||
{% load wagtailcore_tags %}
|
{% load wagtailcore_tags %}
|
||||||
|
|
Loading…
Reference in New Issue