Skip to content

Commit

Permalink
fix favicon on admin site
Browse files Browse the repository at this point in the history
  • Loading branch information
Lysquid committed Dec 10, 2023
1 parent f26558a commit cdd73c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/admin/base_site.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "admin/base_site.html" %}
{% load static %}
{% block extrahead %}
<link rel="shortcut icon" href="{% static 'asso/favicon_full.png' %}" />
<link rel="shortcut icon" href="{% static 'asso/img/favicon_full.png' %}" />
{% endblock %}

0 comments on commit cdd73c3

Please sign in to comment.