diff --git a/templates/search.html b/templates/search.html index 423dcc2..3d87a07 100644 --- a/templates/search.html +++ b/templates/search.html @@ -58,7 +58,7 @@
No results found
- {% if suggestion %} + {% if suggestion and num_corrected_results %}Suggestion: {{ suggestion }} ({{ num_corrected_results }} result{{ num_corrected_results|pluralize }})
{% endif %} {% endif %}