security notices
This commit is contained in:
parent
fc9fbc6bdf
commit
9c32dd13e9
3 changed files with 20 additions and 1 deletions
|
@ -23,6 +23,6 @@ block content
|
|||
input.button.is-primary(type='submit' value='Add User')
|
||||
h3 Version Info
|
||||
p Christmas Community: v#{_CC.require('./package.json').version}
|
||||
p Get Product Data: v#{_CC.require('get-product-name/package.json').version}
|
||||
p Get Product Data: v#{_CC.package.version}
|
||||
p Node: #{process.version}
|
||||
p PID: #{process.pid}
|
|
@ -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