diff --git a/application/modules/opac/controllers/NewsletterController.php b/application/modules/opac/controllers/NewsletterController.php
index 695069444ef39a9b290fe5d22ea2bd92847b4dab..ebebd8702ef0b8af8ea17a6ca512b5cc02d78575 100644
--- a/application/modules/opac/controllers/NewsletterController.php
+++ b/application/modules/opac/controllers/NewsletterController.php
@@ -30,7 +30,7 @@ class NewsletterController extends Zend_Controller_Action {
 		$attribs = ['id' => 'unsubscribe-form',
 								'method' => Zend_Form::METHOD_GET,
 								'action' => $this->view->url(['action' => 'unsubscribe-confirm']),
-								'data-backurl' => $this->view->url([], null, true)];
+								'data-backurl' => $this->view->url(['id_profil' => 1], null, true)];
 
 		$this->view->form = new ZendAfi_Form($attribs);
 	}