start translate

This commit is contained in:
hugo.pradier2
2024-06-10 21:43:00 +02:00
committed by clfreville2
parent ccb2b541ea
commit 352a0db047
18 changed files with 767 additions and 32 deletions

View File

@@ -7,7 +7,7 @@
{{ include('species/_form.html.twig', {'button_label': 'Update'}) }}
<a href="{{ path('app_species_index') }}">back to list</a>
<a href="{{ path('app_species_index') }}">Back to list</a>
{{ include('species/_delete_form.html.twig') }}
{% endblock %}