Skip to content

Commit

Permalink
Use short date
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Oct 21, 2024
1 parent 5736cb9 commit 167c359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 | dateformat("long")}} </p>
{{obs.dateobs | dateformat("short")}} </p>
<span class="hidden" hidden="true">{{ obs.cd_ref }}</span>
</tr>
{% endfor %}
Expand Down
2 changes: 1 addition & 1 deletion atlas/templates/home/newSpecies.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h3 class="card-title title-spaced">

</div>
<div class="card-footer center text-muted">
{{species.date | dateformat("long")}}
{{species.date | dateformat("short")}}
</div>
</div>
</div>
Expand Down

0 comments on commit 167c359

Please sign in to comment.