mizozobu 6 лет назад
Родитель
Сommit
4be1790594
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/server/views/admin/app.html

+ 2 - 2
src/server/views/admin/app.html

@@ -58,8 +58,8 @@
                    id="settingForm[app:confidential]"
                    type="text"
                    name="settingForm[app:confidential]"
-                   value="{{ settingForm['app:confidential'] }}"
-                   placeholder="{{ t('app_setting. ex): internal use only') }}">
+                   value="{{ settingForm['app:confidential'] | default('') }}"
+                   placeholder="{{ t('app_setting. ex): internal use only') }}">
             <p class="help-block">{{ t("app_setting.header_content") }}</p>
           </div>
         </div>