Warning if demo user.

This commit is contained in:
James Cole
2020-05-18 21:21:34 +02:00
parent 4e6063a4f8
commit 1ba7d65582
2 changed files with 2 additions and 0 deletions

View File

@@ -69,6 +69,7 @@
</select>
</div></div>
<ul class="text-warning">
{% if IS_DEMO_SITE %}<li class="text-danger">{{ 'pref_locale_no_demo'|_ }}</li>{% endif %}
<li>{{ 'pref_locale_no_windows'|_ }}</li>
<li>{{ 'pref_locale_no_docker'|_ }}</li>
</ul>