diff --git a/frontend/templates/marc.html b/frontend/templates/marc.html index 396fa342..7cb59624 100644 --- a/frontend/templates/marc.html +++ b/frontend/templates/marc.html @@ -65,6 +65,7 @@ ul.local li { {% endif %} +{% if records %}
{% csrf_token %} @@ -85,12 +86,15 @@ ul.local li {
+{% else %} +

Sorry; we don't have any records meeting your needs at this time. There may be records available if you change your download preferences (below).

+{% endif %}

Your preference for the links in the 856 field is:

The options are:

diff --git a/frontend/templates/marc_config.html b/frontend/templates/marc_config.html index f85d1318..ff07952e 100644 --- a/frontend/templates/marc_config.html +++ b/frontend/templates/marc_config.html @@ -22,7 +22,7 @@ {% endif %} Your current MARC record link target preference is:
-{{ request.user.profile.get_marc_format_display }} +{{ request.user.profile.get_marc_link_target_display }}
{% csrf_token %} {{ form }}