added email to registration fields, email existence check

This commit is contained in:
Julian Lam
2013-04-22 17:31:51 -04:00
parent d4d185ec4f
commit f975105176
8 changed files with 46 additions and 21 deletions

View File

@@ -13,7 +13,7 @@ function loadTemplates(templatesToLoad) {
}
function templates_init() {
loadTemplates(['register', 'home', 'login']);
loadTemplates(['register', 'home', 'login', 'reset']);
}
templates_init();