| 123456 |
- {% if !getConfig('crowi', 'app:siteUrl') %}
- <div class="alert alert-danger rounded-0 d-edit-none mb-0 px-4 py-2">
- <i class="icon-exclamation"></i>
- {{ t("security_setting.alert_siteUrl_is_not_set", { link: t('App Settings')}) }} >> <a href="/admin/app">{{t('App Settings')}}<i class="icon-login"></i></a>
- </div>
- {% endif %}
|