Ajout d'une page détail d'une espèce.

This commit is contained in:
Clément Laporte
2024-06-07 14:38:51 +02:00
parent 798fafbcd0
commit f87b123808
4 changed files with 55 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
<dl>
{% for specie in species %}
<dt>
<a href="">
<a href={{ "http://" ~ app.request.host ~ ":8000" ~ "/species/" ~ specie.getId }}>
🌿 {{ specie.getVernacularName }}
</a>
</dt>