Skip to content

Commit 3e2b92c

Browse files
committed
Added back the development mode header on the frontpage.
- Legacy-Id: 9503
1 parent d59af2a commit 3e2b92c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/templates/doc/frontpage.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<div class="text-center padded">
99
<img class="ietflogo" src="/images/ietflogo.png" alt="IETF">
1010
{% if server_mode != "production" %}
11-
<h1>Datatracker</h1>
11+
<h1 style="color:#ff0000">Datatracker -- {{ server_mode|capfirst }} Mode</h1>
1212
{% else %}
13-
<h1 style="color:#ff0000">Datatracker -- Development Mode</h1>
13+
<h1>Datatracker</h1>
1414
{% endif %}
15-
<p class="center-block">
15+
<p class="center-block">
1616

1717
The IETF Datatracker is the day-to-day front-end to the IETF database for people
1818
who work on IETF standards.<br/>

0 commit comments

Comments
 (0)