We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b208c commit d8da1cfCopy full SHA for d8da1cf
src/templates/admin/base_site.html
@@ -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