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

Mass Rename

Find and replace tags

Everytime there is "", replace "" with "".

Note: "When" also filters when searching. If "Filter by" is empty, it will search for all (with "When" filtering).

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