Legal: enable HTML in warning message if legal is not activated -refs BT#21593

pull/5460/head^2
NicoDucou 1 year ago
parent f0513b3501
commit 0972e6d29f
  1. 2
      public/main/auth/inscription.php

@ -662,7 +662,7 @@ if ('true' === api_get_setting('allow_terms_conditions')) {
$infoMessage = Display::return_message(
get_lang('The terms and conditions have not yet been validated by your tutor'),
'warning',
true
false
);
}

Loading…
Cancel
Save