From 7c7df99cef55867e2c5c7fbd6458c4a07441e79f Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 5 Aug 2022 11:14:14 -0700 Subject: [PATCH] Fixes template syntax error --- bookwyrm/templates/book/edit/edit_book.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/book/edit/edit_book.html b/bookwyrm/templates/book/edit/edit_book.html index ac5482a07..70ec827eb 100644 --- a/bookwyrm/templates/book/edit/edit_book.html +++ b/bookwyrm/templates/book/edit/edit_book.html @@ -82,7 +82,7 @@ Author of {{ book_title }} {% endblocktrans %} {% else %} - {% if alt_title %}{% blocktrans trimmed %{ + {% if alt_title %}{% blocktrans trimmed %} Author of {{ alt_title }} {% endblocktrans %}{% else %}{% trans "Find more information at isni.org" %}{% endif %} {% endif %}