From d39374f13cff466baea0adeb0c3a2e9c9e0ae185 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 20 May 2021 18:41:36 -0700 Subject: [PATCH] Fixes editions page --- bookwyrm/templates/book/format_filter.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}