зеркало из https://github.com/mozilla/CSOL-site.git
Adding flash modal for first-time <13 visitors
This commit is contained in:
Родитель
c24d859f2f
Коммит
dde2a8ce38
|
@ -179,6 +179,16 @@ function processChildLearnerSignup (req, res, next) {
|
|||
if (err) return fail(err);
|
||||
|
||||
delete req.session.signup;
|
||||
req.flash('modal', {
|
||||
title: 'Welcome to the Chicago Summer of Learning',
|
||||
value:
|
||||
'<p>You have been given a temporary account for 10 days.</p>' +
|
||||
'<p>Please make sure that your guardian checks their email so that they can register you for a permanent account.</p>'
|
||||
,
|
||||
buttons: {
|
||||
'Get Started!': 'primary'
|
||||
}
|
||||
});
|
||||
redirectUser(req, res, user);
|
||||
});
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче