diff --git a/frontend/templates/work.html b/frontend/templates/work.html index 63f32ca6..5bcb7bdb 100644 --- a/frontend/templates/work.html +++ b/frontend/templates/work.html @@ -170,11 +170,6 @@ jQuery(document).ready(function(){ {{ work.last_campaign.details|safe }} {% endif %} -

Editions

- {% for edition in editions %} -
{{edition.publisher}}
{{edition.publication_date}}
This edition on Google Books
- {% endfor %} - {% if work.claim.count %}

Rights Information

This work has been claimed by:

@@ -196,6 +191,11 @@ jQuery(document).ready(function(){ {% endif %} {% endif %} + +

Editions

+ {% for edition in editions %} +
{{edition.publisher}}
{{edition.publication_date}}
This edition on Google Books
+ {% endfor %}