{% extends "master.html" %} {% from "functions.html" import render_field_in_row %} {% block title %}Flag Project ยท Anitya{% endblock %} {% block body %}

Flag a project for admin review. Use this form to request that the project be deleted or otherwise changed in a way that can't be done by a regular user.

{{ form.reason(class="form-control", rows="5", style="width: 100%; max-width: 100%;") }}
Cancel
{{ form.csrf_token }}
{% endblock %}