{% extends "coprs/detail.html" %} {% from "coprs/_coprs_forms.html" import copr_legal_flag_form with context %} {% block detail_body %}

Report Abuse

{{ copr_legal_flag_form(form, copr) }}
{% endblock %}