edge cases

pull/1/head
Andromeda Yelton 2013-07-25 10:25:14 -04:00
parent 89768ef837
commit 8281d99563
2 changed files with 6 additions and 2 deletions

View File

@ -65,6 +65,7 @@ ul.local li {
</ul>
{% endif %}
{% if records %}
<div class="marc">
<form method="POST" id="record_form" action="{% url marc_concatenate %}">
{% csrf_token %}
@ -85,12 +86,15 @@ ul.local li {
<img id="unsubmit" src="/static/images/loading.gif">
</form>
</div>
{% else %}
<p>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).</p>
{% endif %}
<hr>
<div>
<p>Your preference for the links in the 856 field is:</p>
<ul class="local">
<li>{{ request.user.profile.get_marc_format_display }}</li>
<li>{{ request.user.profile.get_marc_link_target_display }}</li>
</ul>
<p>The options are:</p>

View File

@ -22,7 +22,7 @@
{% endif %}
Your current MARC record link target preference is:<br />
{{ request.user.profile.get_marc_format_display }}
{{ request.user.profile.get_marc_link_target_display }}
<form method="post" action="{% url marc_config %}">
{% csrf_token %}
{{ form }}