Correction du href et amélioration du controller

This commit is contained in:
Clément Laporte
2024-06-07 15:21:08 +02:00
parent 967da44d24
commit 7c7f903160
2 changed files with 3 additions and 3 deletions

View File

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