{% extends "scls/softwarecollection_sub_base.html" %} {% block submenu %}{% include "scls/submenu.html" %}{% endblock %} {% block title %}Report Malicious content{% endblock %} {% block content %} back

Use this form to report malicious content.

{% for error in form.non_field_errors %}
{{ error }}
{% endfor %}
{% csrf_token %} {% for item in form %}
{{ item }} {% for error in item.errors %}
{{ error }}
{% endfor %} {% if item.help_text %} {{ item.help_text }} {% endif %}
{% endfor %}
{% endblock %}