diff options
Diffstat (limited to 'python/fatcat_web/templates/wikipedia_view_fuzzy_refs.html')
-rw-r--r-- | python/fatcat_web/templates/wikipedia_view_fuzzy_refs.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/python/fatcat_web/templates/wikipedia_view_fuzzy_refs.html b/python/fatcat_web/templates/wikipedia_view_fuzzy_refs.html index 5b53d692..3e1453c1 100644 --- a/python/fatcat_web/templates/wikipedia_view_fuzzy_refs.html +++ b/python/fatcat_web/templates/wikipedia_view_fuzzy_refs.html @@ -17,11 +17,7 @@ <i>Refernces from wikipedia article 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 %} |