We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee7192c commit a346313Copy full SHA for a346313
atlas/templates/core/listTaxons.html
@@ -18,7 +18,7 @@
18
<div id="taxonList" class="d-flex align-content-stretch bg-white flex-grow-1">
19
<ul class="list-group w-100">
20
{% for taxon in listTaxons.taxons %}
21
- <li id="taxonListItem" class="media border-bottom p-2" area-code="{{ areaInfos.areaCode }}"
+ <li id="taxonListItem" class="media border-bottom p-2" {% if areaInfos is defined %} area-code="{{ areaInfos.areaCode }}" {% endif %}
22
cdRef="{{ taxon.cd_ref }}" {% if configuration.INTERACTIVE_MAP_LIST %}data-toggle="tooltip"
23
data-original-title="{{ _('display.municipality.obs') }}"{% endif %}>
24
<span class="d-none">{{ taxon.group2_inpn }}</span>
0 commit comments