Merge pull request #23969 from edx/aehsan/PROD-1579/fixed_quality_violation

Fixed  xss lint violations
This commit is contained in:
adeelehsan
2020-05-13 06:39:01 +05:00
committed by GitHub
3 changed files with 13 additions and 7 deletions

View File

@@ -1,5 +1,8 @@
{% load i18n %}
<h3>{% blocktrans with filter_title=title %} By {{ filter_title }} {% endblocktrans %}</h3>
<h3>{% filter force_escape %}
{% blocktrans with filter_title=title %} By {{ filter_title }} {% endblocktrans %}
{% endfilter %}
</h3>
<form method="GET">
{% for name, param in spec.unused_parameters.items %}
<input type="hidden" name="{{ name }}" value="{{ param }}"/>