Skip to content

Commit d8da1cf

Browse files
committed
add fav icon for django admin
1 parent 60b208c commit d8da1cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/templates/admin/base_site.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{% extends "admin/base_site.html" %}
2+
{% load static %}
3+
{% block extrahead %}
4+
<link rel="icon"
5+
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📦</text></svg>">
6+
{% endblock %}

0 commit comments

Comments
 (0)