| 123456 |
- {% if !getConfig('crowi', 'app:siteUrl') %}
- <div class="alert alert-danger mb-0">
- <i class="icon-exclamation"></i>
- {{ t("security_setting.alert_siteUrl_is_not_set", '<a href="/admin/app">' + t('App settings') + '<i class="icon-login"></i></a>') }}
- </div>
- {% endif %}
|