{% extends 'booru/base_admin.html' %} {% block css %} {% load staticfiles %} {% endblock %} {% block scripts %} {% endblock %} {% block content %}

User Tools

Block a user

Note: It's currently needed to write the target account name manually.

{% csrf_token %} {% for field in form %}
{{ field }}
{% endfor %}
{% endblock %}