Fix static
This commit is contained in:
parent
3f288209d8
commit
fb16953a00
|
@ -1,5 +1,5 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% load staticfiles %}
|
{% load static %}
|
||||||
|
|
||||||
<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: -->
|
||||||
|
|
Loading…
Reference in New Issue