Skip to content

Commit 66b46ef

Browse files
committed
Provided a different shortcut icon for the datatracker when run in development or test mode. Fixes issue ietf-tools#1667.
- Legacy-Id: 9504
1 parent 3e2b92c commit 66b46ef

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

ietf/templates/base.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@
2323

2424
{% block pagehead %}{% endblock %}
2525

26+
{% if server_mode and server_mode == "production" %}
2627
<link rel="shortcut icon" href="/images/ietf-icon-blue3.png">
28+
{% else %}
29+
<link rel="shortcut icon" href="/images/ietf-icon-red3.png">
30+
{% endif %}
2731
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
2832
</head>
2933

static/images/ietf-icon-red3.png

293 Bytes
Loading

0 commit comments

Comments
 (0)