We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce7d24 commit 5378bdfCopy full SHA for 5378bdf
1 file changed
templates/base.twig
@@ -21,6 +21,9 @@
21
{% block header %}{% include "_header.twig" %}{% endblock %}
22
<div id="content">
23
<div class="wrap">
24
+ {% if not isProduction -%}
25
+ <div class="message-box warning">{{ 'pre-production-warning' | trans }}</div>
26
+ {% endif -%}
27
{% block contentwrapper -%}
28
{% block content %}{% endblock -%}
29
{% endblock %}
0 commit comments