Merge pull request #23969 from edx/aehsan/PROD-1579/fixed_quality_violation
Fixed xss lint violations
This commit is contained in:
@@ -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 }}"/>
|
||||
|
||||
Reference in New Issue
Block a user