Fix static files

This commit is contained in:
Aarni Halinen
2022-08-01 22:00:12 +03:00
parent a5bf5668eb
commit 96e05d908d
2 changed files with 6 additions and 6 deletions
+2
View File
@@ -1,6 +1,8 @@
{% extends "admin/base.html" %}
{% load i18n %}
{% load static %}
{# Additional <head> content here, some extra meta tags or favicon #}
{% block extrahead %}
<link rel="shortcut icon" type="image/x-icon" href="/static/img/favicon.png"/>