We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59af2a commit 3e2b92cCopy full SHA for 3e2b92c
1 file changed
ietf/templates/doc/frontpage.html
@@ -8,11 +8,11 @@
8
<div class="text-center padded">
9
<img class="ietflogo" src="/images/ietflogo.png" alt="IETF">
10
{% if server_mode != "production" %}
11
- <h1>Datatracker</h1>
+ <h1 style="color:#ff0000">Datatracker -- {{ server_mode|capfirst }} Mode</h1>
12
{% else %}
13
- <h1 style="color:#ff0000">Datatracker -- Development Mode</h1>
+ <h1>Datatracker</h1>
14
{% endif %}
15
- <p class="center-block">
+ <p class="center-block">
16
17
The IETF Datatracker is the day-to-day front-end to the IETF database for people
18
who work on IETF standards.<br/>
0 commit comments