small fix

This commit is contained in:
Arthur Gerbaud
2016-08-26 10:19:39 +02:00
parent dd85cb320a
commit 4ce0baffed

View File

@@ -21,7 +21,7 @@
<p class="label label-warning">'{{query_text}}'</p> <p class="label label-warning">'{{query_text}}'</p>
<p class="label label-info"> <p class="label label-info">
{% if not object_list %}Aucun résultat {% if not object_list %}Aucun résultat
{% else %} {{ object_list.count }} résultat(s) {% else %} {{ object_list.count }} résultats
{% endif %} {% endif %}
</p> </p>
</div>{% endif %} </div>{% endif %}