diff --git a/bookwyrm/forms/books.py b/bookwyrm/forms/books.py index 3a3979e2c..4885dc063 100644 --- a/bookwyrm/forms/books.py +++ b/bookwyrm/forms/books.py @@ -111,6 +111,7 @@ class EditionFromWorkForm(CustomForm): model = models.Work fields = [ "title", + "sort_title", "subtitle", "authors", "description", diff --git a/bookwyrm/templates/book/edit/edit_book.html b/bookwyrm/templates/book/edit/edit_book.html index d4ca2165d..05f40523f 100644 --- a/bookwyrm/templates/book/edit/edit_book.html +++ b/bookwyrm/templates/book/edit/edit_book.html @@ -111,11 +111,11 @@ {% endif %} {% endfor %} - {% else %} + {% elif add_author %}
{% blocktrans with name=add_author %}Creating a new author: {{ name }}{% endblocktrans %}
{% endif %} - {% if not book %} + {% if not book.parent_work %}