alert_siteurl_undefined.html 271 B

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