Merge pull request #226 from edx/im-security-13

Incident Management Security Fix 13
This commit is contained in:
Azan Bin Zahid
2021-04-02 12:30:04 +05:00
committed by GitHub
4 changed files with 34 additions and 17 deletions

View File

@@ -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>