retirer les routes qui n'existent pas

This commit is contained in:
Allavena Romain 2025-03-31 10:33:45 +02:00
parent 741887b7f7
commit 1d5798a265
3 changed files with 2 additions and 4 deletions

View File

@ -45,5 +45,4 @@
</tbody>
</table>
<a href="{{ path('app_employee_new') }}">Create new</a>
{% endblock %}

View File

@ -1,4 +1,5 @@
{% extends 'base.html.twig' %}
{% extends 'base.html.twig' %} <a href="{{ path('app_employee_new') }}">Create new</a>
{% block title %}New Employee{% endblock %}

View File

@ -48,6 +48,4 @@
{% endfor %}
</tbody>
</table>
<a href="{{ path('app_intern_new') }}">Create new</a>
{% endblock %}