retirer les routes qui n'existent pas
This commit is contained in:
parent
741887b7f7
commit
1d5798a265
@ -45,5 +45,4 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<a href="{{ path('app_employee_new') }}">Create new</a>
|
||||
{% endblock %}
|
||||
|
@ -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 %}
|
||||
|
||||
|
@ -48,6 +48,4 @@
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<a href="{{ path('app_intern_new') }}">Create new</a>
|
||||
{% endblock %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user