diff --git a/app/frontend/templates/panel/config_json.html b/app/frontend/templates/panel/config_json.html index eea9624a..faf1f5d0 100644 --- a/app/frontend/templates/panel/config_json.html +++ b/app/frontend/templates/panel/config_json.html @@ -6,6 +6,9 @@ {% block title %}Crafty Controller - {{ translate('panelConfig', 'pageTitle', data['lang']) }}{% end %} {% block content %} + +
{% if data['superuser'] %} @@ -44,7 +47,7 @@
+
{% if item[0] == 'language' %} {% elif item[0] == 'disabled_language_files' %} - {% for lang in data['all_languages'] %} {% if lang in item[1] %} @@ -66,7 +70,7 @@ {% end %}