{% extends 'generic/_base.html' %} {% block title %}Suppress {{ finding }}{% endblock %} {% block content %}
{% csrf_token %}

Suppress ROA Lint Finding

Record a scoped suppression for {{ finding }}.

{% for field in form.visible_fields %}
{{ field }} {% if field.help_text %}
{{ field.help_text }}
{% endif %} {% for error in field.errors %}
{{ error }}
{% endfor %}
{% endfor %}
{% endblock %}