diff --git a/htdocs/holiday/card.php b/htdocs/holiday/card.php
index 36dd86241f0..6224248dcb5 100644
--- a/htdocs/holiday/card.php
+++ b/htdocs/holiday/card.php
@@ -1493,8 +1493,8 @@ if ((empty($id) && empty($ref)) || $action == 'create' || $action == 'add') {
if ($object->statut == Holiday::STATUS_VALIDATED) { // If validated
// Button Approve / Refuse
if ($user->id == $object->fk_validator) {
- print 'id.'&action=valid" class="butAction">'.$langs->trans("Approve").'';
- print 'id.'&action=refuse" class="butAction">'.$langs->trans("ActionRefuseCP").'';
+ print 'id.'&action=valid&token='.newToken().'" class="butAction">'.$langs->trans("Approve").'';
+ print 'id.'&action=refuse&token='.newToken().'" class="butAction">'.$langs->trans("ActionRefuseCP").'';
} else {
print ''.$langs->trans("Approve").'';
print ''.$langs->trans("ActionRefuseCP").'';