Fixing award deletion

selenium-screenshot-testing
Kevin Chung 2016-10-25 23:15:47 -04:00
parent f4fec18f44
commit 19ed51421a
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@
var title = 'Delete Award';
var description = "<span>Are you sure you want to delete the " +
"<strong>{0}</strong> award?</span>".format(chal_name);
var action = '{{ request.script_root }}/admin/awards/{0}/delete'.format(chal);
var action = '{{ request.script_root }}/admin/awards/{0}/delete'.format(chal_name);
}
var msg = {