Skip to content

Commit 0faf9fb

Browse files
committed
fix: add favicon
1 parent 4236966 commit 0faf9fb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

controller/sentry/static/favicon.ico

4.83 KB
Binary file not shown.

controller/sentry/templates/admin/base_site.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{% extends "admin/base_site.html" %}
2+
{% load static %}
23

4+
{% block extrahead %}
5+
{{ block.super }}
6+
<link rel="shortcut icon" href="{% static 'favicon.ico' %}" />
7+
{% endblock %}
38

49
{% block branding %}
510
{{ block.super }}

0 commit comments

Comments
 (0)