fix error in delete action: route name, misplaced 404 errors

This commit is contained in:
2018-05-04 11:15:46 +02:00
parent 9fc55054cb
commit 0df80041fb
2 changed files with 6 additions and 5 deletions

View File

@@ -66,6 +66,7 @@ cancel: annuler
#Flash messages
'The task is created': 'La tâche a été créée'
'There is no tasks.': Aucune tâche.
'The task has been successfully removed.': 'La tâche a bien été supprimée'
'This form contains errors': 'Ce formulaire contient des erreurs'
'The task has been updated': 'La tâche a été mise à jour'