Merge pull request #226 from edx/im-security-13
Incident Management Security Fix 13
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>{% trans "Please wait" %}</title>
|
||||
<title>{% trans "Please wait" as tmsg %}{{tmsg|force_escape}}</title>
|
||||
<style type="text/css">
|
||||
#djDebug {display:none;}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user