Fix favicon

This commit is contained in:
itqop 2024-03-17 19:39:08 +03:00
parent 607cdc7621
commit 3f288209d8
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
{% extends "base.html" %}
{% load staticfiles %}
<link rel="shortcut icon" href="{% static 'images/favicon.ico' %}"/>
<!-- load wagtailcore_tags by adding this: -->
{% load wagtailcore_tags %}