Skip to content

Commit

Permalink
fix for issue 11010 (#11042)
Browse files Browse the repository at this point in the history
  • Loading branch information
hblankenship authored Oct 11, 2024
1 parent f345a4e commit b58ff49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dojo/templates/dojo/view_test.html
Original file line number Diff line number Diff line change
Expand Up @@ -1080,8 +1080,7 @@ <h4 class="has-filters">
{% endif %}
{% if finding.test.engagement.product.enable_full_risk_acceptance %}
<li role="presentation">
<a href
{% url 'add_risk_acceptance' finding.test.engagement.id finding.id %}>
<a href="{% url 'add_risk_acceptance' finding.test.engagement.id finding.id %}?return_url={{ request.get_full_path|urlencode }}">
<i class="fa-solid fa-circle-exclamation"></i> {% trans "Add Risk Acceptance..." %}
</a>
</li>
Expand Down

0 comments on commit b58ff49

Please sign in to comment.