v1.18.x
barisusakli 8 years ago
parent 13a380cfba
commit 922f1587e7

@ -20,6 +20,7 @@
"tags": "Tags",
"tag": "Topics tagged under \"%1\"",
"register": "Register an account",
"registration-complete": "Registration complete",
"login": "Login to your account",
"reset": "Reset your account password",
"categories": "Categories",

@ -221,6 +221,7 @@ Controllers.registerInterstitial = function(req, res, next) {
}
res.render('registerComplete', {
title: '[[pages:registration-complete]]',
errors: errors,
sections: sections
});

Loading…
Cancel
Save