diff --git a/frontend/templates/manage_ebooks.html b/frontend/templates/manage_ebooks.html index bab41b84..232120a0 100644 --- a/frontend/templates/manage_ebooks.html +++ b/frontend/templates/manage_ebooks.html @@ -11,7 +11,7 @@ {% block doccontent %} -

Add Ebook Links for {{ edition.work }}

+

Add Ebook Links for {{ edition.work.title }}

{% if edition.publisher %} Publisher: {{edition.publisher}}
{% endif %} diff --git a/frontend/templates/new_edition.html b/frontend/templates/new_edition.html index efff16ed..162dc740 100644 --- a/frontend/templates/new_edition.html +++ b/frontend/templates/new_edition.html @@ -88,17 +88,11 @@ ul.fancytree-container { {% block doccontent %} {% if admin %} {% if edition.pk %} -

Edit Edition / Add Ebook Links for {{ edition.work }}

+

Edit Edition for {{ edition.work.title }}

{% else %}

Create New Edition

{% endif %} -{% else %} - {% if edition.pk %} -

Add Ebook Links for {{ edition.work }}

- {% endif %} -{% endif %} -{% if admin %}

Title and ISBN 13 are required; the rest is optional, though a cover image is strongly recommended.

{% csrf_token %}