refactoring register to use form post instead of socket (for passport integration)

This commit is contained in:
Julian Lam
2013-05-02 10:15:55 -04:00
parent 4c80e4f37d
commit 69bafcf19c
5 changed files with 27 additions and 46 deletions

View File

@@ -41,7 +41,7 @@ var templates = {};
function init() {
loadTemplates([
'header', 'footer', 'register', 'home', 'topic',
'login', 'reset', 'reset_code', 'account_settings',
'login', 'reset', 'reset_code',
'emails/reset', 'emails/reset_plaintext'
]);
}