diff --git a/VERSIONS_WIP/162728 b/VERSIONS_WIP/162728
new file mode 100644
index 0000000000000000000000000000000000000000..48736b2b8bad3c1bc8145798814e4d0a42e88a70
--- /dev/null
+++ b/VERSIONS_WIP/162728
@@ -0,0 +1 @@
+ - fonctionnalité #162728 : Administration : ajout du lien vers l'enquête satisfaction AFI 2022 dans la page d'accueil de l'administration.
\ No newline at end of file
diff --git a/application/modules/admin/views/scripts/index/index.phtml b/application/modules/admin/views/scripts/index/index.phtml
index 6901baf21af8cfc3f4b8fa26e8f45bebecb0abd3..1fd855c706e32a58a7fd5af584474cc501a11b3c 100644
--- a/application/modules/admin/views/scripts/index/index.phtml
+++ b/application/modules/admin/views/scripts/index/index.phtml
@@ -1,8 +1,12 @@
-<?php echo $this->renderBokehVersion();
+<?php
+echo $this->renderBokehVersion();
+echo $this->tag('h2',
+                $this->tagAnchor('https://forms.gle/atvVCajxZ49VwBfQA',
+                                 $this->_('AFI : Enquête de satisfaction 2022')
+                                         . ' '
+                                         . $this->renderIcon('class fa fa-handshake-o')));
 
 ?>
-
-
 <h2 class="toggle_video">
 <?php
   Class_ScriptLoader::getInstance()->addJQueryReady('$(".toggle_video").click(function() {$(this).toggleClass("on");$(this).next().toggle();})');