security notices
This commit is contained in:
parent
fc9fbc6bdf
commit
9c32dd13e9
3 changed files with 20 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
- successes = req.flash('success');
|
||||
- errors = req.flash('error');
|
||||
|
||||
p.has-text-danger.is-size-4.has-text-weight-bold#securityNotice= _CC.securityNotice
|
||||
|
||||
if successes
|
||||
each success in successes
|
||||
p.has-text-success= (success.toString().startsWith('[object ') ? JSON.stringify(success) : success.toString())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue