Ajout d'une page détail d'une espèce.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user