Correction du href et amélioration du controller
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user