Skip to content

Commit

Permalink
fix html structure
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Dec 19, 2024
1 parent bcda6de commit 2b72b23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions atlas/templates/core/listTaxons.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="bg-white border-right p-2">

<div class="col">
<input id="taxonInput" type="text" class="form-control form-control-sm" placeholder="{{ _('filter.species') }}">
<input id="taxonInput" type="text" class="form-control form-control-sm" placeholder="{{ _('filter.species') }}" />
</div>

</div>
Expand Down Expand Up @@ -45,7 +45,7 @@
target="_blank">
<img src="{{ url_for('static', filename='images/logo_protection.png') }}"
style="width : 30px; height: 30px" data-placement="left" data-toggle="tooltip"
data-original-title="{{ _('this.taxon.has.a.protected.status') }}">
data-original-title="{{ _('this.taxon.has.a.protected.status') }}" alt=" " />
</a>
{% endif %}
{% endif %}
Expand All @@ -57,7 +57,7 @@
style="width : 30px; height: 30px" data-placement="left" data-toggle="tooltip"
data-original-title="{{ configuration.PATRIMONIALITE.config[taxon.patrimonial].text }}"
data-placement="right"
>
alt=" " />
{% endif %}
{% endif %}

Expand All @@ -83,7 +83,7 @@ <h5>
<a class="badge badge-primary" href="{{ url_for('main.ficheEspece', cd_nom=taxon.cd_ref) }}"
data-toggle="tooltip"
title="{{ _('check.species.sheet') }}" data-placement="left">
<i class="fas fa-list fa-fw"></i> {{ _('species.sheet') }}</i>
<i class="fas fa-list fa-fw"></i> {{ _('species.sheet') }}
</a>
</span>

Expand Down

0 comments on commit 2b72b23

Please sign in to comment.