We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9a471 commit fe92270Copy full SHA for fe92270
1 file changed
ietf/templates/base.html
@@ -29,9 +29,6 @@
29
</tr>
30
</table>
31
</center>
32
- {% ifnotequal server_mode "production" %}
33
- <span style="float: left; font-size: 80%;">Server mode: {{ server_mode }}</span>
34
- {% endifnotequal %}
35
{% if user.is_authenticated %}
36
<span style="float: right; font-size: 80%;">Logged in as {{ user }}
37
|
0 commit comments