mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-01-14 09:28:51 -05:00
4 lines
141 B
HTML
4 lines
141 B
HTML
{% extends "admin/base.html" %} {% load static %} {% block extrahead %}
|
|
<link rel="icon" href="{% static 'favicon.png' %}" />
|
|
{% endblock %}
|