Merge pull request #593 from mouse-reeve/hide-import

Fixes hiding import book option in search for anonymous users
This commit is contained in:
Mouse Reeve 2021-02-04 11:51:27 -08:00 committed by GitHub
commit 74b5c2a695
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,8 @@
{% endif %} {% endif %}
</section> </section>
{% if book_results|slice:":1" and local_results.results and request.user.is_authenticated %} {% if request.user.is_authenticated %}
{% if book_results|slice:":1" and local_results.results %}
<div class="block"> <div class="block">
<p> <p>
Didn't find what you were looking for? Didn't find what you were looking for?
@ -61,6 +62,7 @@
{% include 'snippets/toggle/close_button.html' with text="Hide results from other catalogues" small=True controls_text="more-results" %} {% include 'snippets/toggle/close_button.html' with text="Hide results from other catalogues" small=True controls_text="more-results" %}
{% endif %} {% endif %}
</div> </div>
{% endif %}
</div> </div>
<div class="column"> <div class="column">
<section class="block"> <section class="block">