This commit is contained in:
Julian Lam
2018-04-06 10:16:26 -04:00
parent aef788f3ee
commit e9ed7f0bb3
2 changed files with 12 additions and 5 deletions

View File

@@ -207,7 +207,7 @@ Controllers.registerInterstitial = function (req, res, next) {
async.parallel(renders, next);
},
function (sections) {
var errors = req.flash('error');
var errors = req.flash('errors');
res.render('registerComplete', {
title: '[[pages:registration-complete]]',
errors: errors,