{% extends 'booru/base.html' %} {% block css %} {% load staticfiles %} {% endblock %} {% block scripts %} {% endblock %} {% block body %} {% load crispy_forms_tags %}

Flag post for deletion

This will flag the post {{post}} so it can be deleted or reapproved by the staff. Only posts that break the rules should be reported.

{% csrf_token %} {{ form |crispy }}
{% endblock %}