mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 10:46:14 +01:00
adding account to the template index
This commit is contained in:
@@ -50,7 +50,7 @@ var templates = {};
|
||||
function init() {
|
||||
loadTemplates([
|
||||
'header', 'footer', 'register', 'home', 'topic',
|
||||
'login', 'reset', 'reset_code',
|
||||
'login', 'reset', 'reset_code', 'account',
|
||||
'emails/reset', 'emails/reset_plaintext'
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user