We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01265d commit f6fbbdfCopy full SHA for f6fbbdf
dojo/templates/dojo/view_test.html
@@ -108,7 +108,7 @@ <h4>Findings</h4>
108
</thead>
109
<tbody>
110
{% for finding in findings %}
111
- <tr class="{% if finding.active %}active_finding{% else %}inactive_finding" {% endif %}>
+ <tr class="{% if finding.active %}active_finding{% else %}inactive_finding{% endif %}">
112
<td><a href="{% url 'view_finding' finding.id %}">{{ finding.title }}</a></td>
113
<td>{% if finding.severity == "Critical" or finding.severity == "High" %}
114
<span class="text-error">
0 commit comments