{% extends "geant/filters/_filter_edit_content.html" %} {% load widget_tweaks %} {% block buttons %} {% if read_only %} {% else %}
Don't forget to save the filter before saving the blacklist!
{% endif %} {% endblock buttons %} {% block oob %} {% comment %} Here we add a bit of oob swapping to update the filter's name in the blacklist edit form (see also `./_blacklist_edit_form.html`) in case the filter's name has changed when editing the filter. {% endcomment %} {% if blacklist_form %}
{{ blacklist_form.filter|add_class:"select select-primary border w-60" }}
{% endif %} {% endblock oob %}