diff --git a/bookwyrm/templates/book/format_filter.html b/bookwyrm/templates/book/format_filter.html index f86365228..c722b24f8 100644 --- a/bookwyrm/templates/book/format_filter.html +++ b/bookwyrm/templates/book/format_filter.html @@ -1,5 +1,5 @@ {% extends 'snippets/filters_panel/filter_field.html' %} -{% load i18n %}{% load utilities %} +{% load i18n %} {% block filter %} @@ -8,7 +8,7 @@ {% for format in formats %}{% if format %} {% endif %}{% endfor %}