adding account to the template index

This commit is contained in:
Julian Lam
2013-05-04 13:20:47 -04:00
parent 750e087f9e
commit 458cd31b4b

View File

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