This commit is contained in:
Ad Schellevis 2016-09-14 10:29:50 +02:00
parent b90babbfd2
commit b56bcf8392

View File

@ -408,7 +408,7 @@ $( document ).ready(function() {
BootstrapDialog.show({
type:BootstrapDialog.TYPE_DANGER,
title: "<?= gettext("User");?>",
message: '<?=gettext("Do you really want to delete this user?");?>' + '<br/>('+username+")",
message: '<?=html_safe(gettext("Do you really want to delete this user?"));?>' + '<br/>('+username+")",
buttons: [{
label: "<?= gettext("No");?>",
action: function(dialogRef) {