{% extends "default.html" %} {% block sidebarblock %}{% endblock %} {% block sidebarLeftblock %}{% endblock %} {% block title %} Image Ban {% endblock %} {% block content %} {% if existing %}

Image already banned for: {{existing.ban_reason}}

{% elif success %}

Image banned.

{% endif %}



Perceptive Hash Image Ban

Upload an image to add its hash to the ban list.

Enter the number of days to ban a user who attempts to upload this image
{% endblock %}