From e1642561ec008720eb8828e28b0a0c113e8d0d54 Mon Sep 17 00:00:00 2001 From: Joachim Date: Sat, 1 Jan 2022 18:48:53 +0100 Subject: [PATCH] Fix search panel validation error --- bookwyrm/templates/search/book.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/search/book.html b/bookwyrm/templates/search/book.html index 5a4871fd7..0ce436767 100644 --- a/bookwyrm/templates/search/book.html +++ b/bookwyrm/templates/search/book.html @@ -40,10 +40,10 @@ {% endif %} {% if not result_set.connector.local %} -

+ {% trans 'Results from' %} {{ result_set.connector.name|default:result_set.connector.identifier }} -

+