From 701ea96a9066ed553302bfc120beb92c412315f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Mon, 29 Jun 2020 20:49:02 +0200 Subject: [PATCH] BDS autocompletion: add missing span in html --- bds/templates/bds/search_results.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bds/templates/bds/search_results.html b/bds/templates/bds/search_results.html index b1c46622..b8d5e241 100644 --- a/bds/templates/bds/search_results.html +++ b/bds/templates/bds/search_results.html @@ -41,7 +41,9 @@ {% endif %} {% if clippers %} -
  • {% trans "Utilisateurs clipper" %}
  • +
  • + {% trans "Utilisateurs clipper" %} +
  • {% for clipper in clippers %} {% if forloop.counter < 5 %}