Commit b56bcf83 authored by Ad Schellevis's avatar Ad Schellevis
parent b90babbf
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment