Skip to content

Commit

Permalink
Update lastObs.html
Browse files Browse the repository at this point in the history
  • Loading branch information
geobrun authored Mar 25, 2024
1 parent cd1b37c commit 09c7030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlas/templates/home/lastObs.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h3 class="card-title"><i class="fas fa-binoculars icon-color-title"></i>
</a>
</span>
<p class="singleTaxon name" cdref="{{ obs.cd_ref }}">{{ obs.taxon|safe }}<br />
{{ obs.dateobs.strftime('%d/%m/%Y') }} </p>
{{obs.dateobs | dateformat("long")}} </p>
<span class="hidden" hidden="true">{{ obs.cd_ref }}</span>
</tr>
{% endfor %}
Expand Down

0 comments on commit 09c7030

Please sign in to comment.