Fix static

This commit is contained in:
itqop 2024-03-17 19:40:24 +03:00
parent 3f288209d8
commit fb16953a00
1 changed files with 1 additions and 1 deletions

View File

@ -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: -->