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 %}