diff --git a/frontend/templates/marc.html b/frontend/templates/marc.html index e3dc90c1..3615b352 100644 --- a/frontend/templates/marc.html +++ b/frontend/templates/marc.html @@ -2,6 +2,23 @@ {% block title %} MARC records{% endblock %} +{% block extra_extra_head %} + +{% endblock %} + {% block topsection %} {% endblock %} @@ -10,10 +27,12 @@

Go ahead: add unglued ebooks to your library catalog!

-{% for record in records %} -
- {{ record.edition.work.title }} - Download +
+ {% for record in records %} +
+ Download MARC + {{ record.edition.work.title }} +
+ {% endfor %}
-{% endfor %} {% endblock %} \ No newline at end of file