Spelling-fixes and selectable

This commit is contained in:
Kasper Rynning-Tønnesen
2018-03-04 12:37:00 +01:00
parent 991d8a6e6f
commit c80e049844
4 changed files with 20 additions and 6 deletions

View File

@@ -71,7 +71,7 @@ router.route('/api/apply/:id').get(function(req,res) {
captcha: res.recaptcha,
analytics: analytics,
activated: false,
id:"",
token:"",
correct: false,
}
res.render('layouts/client/token', data);