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

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 %} {{ form |crispy }}
{% endblock %}