Files
AdventureLog/backend/server/templates/admin/base.html

4 lines
141 B
HTML

{% extends "admin/base.html" %} {% load static %} {% block extrahead %}
<link rel="icon" href="{% static 'favicon.png' %}" />
{% endblock %}