mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 16:35:47 +01:00
@@ -60,7 +60,7 @@ define(function() {
|
||||
}
|
||||
|
||||
ajaxify.loadTemplate('users', function(usersTemplate) {
|
||||
var html = templates.parse(templates.getBlock(usersTemplate, 'topics'), data);
|
||||
var html = templates.parse(templates.getBlock(usersTemplate, 'users'), data);
|
||||
|
||||
translator.translate(html, function(translated) {
|
||||
$('#users-container').html(translated);
|
||||
|
||||
Reference in New Issue
Block a user