forked from DGNum/gestioCOF
BDS autocompletion: add missing span in html
This commit is contained in:
parent
de1bba3695
commit
701ea96a90
1 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,9 @@
|
|||
{% endif %}
|
||||
|
||||
{% if clippers %}
|
||||
<li class="autocomplete-header">{% trans "Utilisateurs <tt>clipper</tt>" %}</li>
|
||||
<li class="autocomplete-header">
|
||||
<span class="autocomplete-item">{% trans "Utilisateurs <tt>clipper</tt>" %}</span>
|
||||
</li>
|
||||
{% for clipper in clippers %}
|
||||
{% if forloop.counter < 5 %}
|
||||
<li class="autocomplete-value">
|
||||
|
|
Loading…
Reference in a new issue