Skip to content

Commit 72eb1f2

Browse files
authored
Merge pull request #210 from OpenUpSA/sys/sentry-config-2
Sys/sentry config 2
2 parents fcb5551 + 9cf38d1 commit 72eb1f2

File tree

7 files changed

+263
-284
lines changed

7 files changed

+263
-284
lines changed

pombola/admin_additions/templates/admin/base_site.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
{% block extrastyle %}
77
<link rel="icon" type="image/png" href="{% static 'images/favicon.png' %}">
8+
<link href="{% static 'images/favicon.ico' %}" type="image/x-icon" rel="icon" />
9+
<link href="{% static 'images/favicon.ico' %}" type="image/x-icon" rel="shortcut icon" />
810
{% stylesheet 'admin' %}
911
{% endblock %}
1012

pombola/kenya/templates/down.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
{% stylesheet 'kenya' %}
1414

1515
{% load staticfiles %}
16+
<link href="{% static 'images/favicon.ico' %}" type="image/x-icon" rel="icon" />
1617
<link rel="icon" type="image/png" href="{% static 'images/favicon.png' %}">
18+
<link href="{% static 'images/favicon.ico' %}" type="image/x-icon" rel="shortcut icon" />
1719

1820
</head>
1921
<body>

pombola/kenya/templates/intro.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<meta name="viewport" content="initial-scale=1">
99
<title>Welcome to Mzalendo</title>
1010
{% load staticfiles %}
11+
<link href="{% static 'images/favicon.ico' %}" type="image/x-icon" rel="icon" />
12+
<link href="{% static 'images/favicon.ico' %}" type="image/x-icon" rel="shortcut icon" />
1113
<link rel="icon" type="image/png" href="{% static 'images/favicon.png' %}">
1214

1315
<script type="text/javascript" charset="utf-8">

0 commit comments

Comments
 (0)