mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 18:56:15 +01:00
adding account to the template index
This commit is contained in:
@@ -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'
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user