aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/openlibrary_view_fuzzy_refs.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_web/templates/openlibrary_view_fuzzy_refs.html')
-rw-r--r--python/fatcat_web/templates/openlibrary_view_fuzzy_refs.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/python/fatcat_web/templates/openlibrary_view_fuzzy_refs.html b/python/fatcat_web/templates/openlibrary_view_fuzzy_refs.html
index 161a7b50..21bf76f2 100644
--- a/python/fatcat_web/templates/openlibrary_view_fuzzy_refs.html
+++ b/python/fatcat_web/templates/openlibrary_view_fuzzy_refs.html
@@ -19,11 +19,7 @@
<i>Refernces from this book to other entities.</i>
{% endif %}
-{% if hits.result_refs %}
- {{ refs_macros.refs_table(hits, direction) }}
-{% else %}
- <br><br><p><b>None found</b>
-{% endif %}
+{{ refs_macros.refs_table(hits, direction) }}
{% endblock %}