diff --git a/view/list.php b/view/list.php
index 50482448bb18cc865fdbc9d02cfefcad60da71a2..9b60c2eb5ea4e526c26e0d0a490e6bdaff9ff81a 100644
--- a/view/list.php
+++ b/view/list.php
@@ -15,7 +15,7 @@
                 <?php foreach($listParams["keys"] as $key): ?>
                     <td><?php echo $line->{$key}(); ?></td>
                 <?php endforeach; ?>
-                    <td> <button type="button" class="btn btn-primary">Editer</button>
+                    <td> <a type="button" class="btn btn-primary" href="">Editer</a>
                 </tr>
             <?php endforeach; ?>
         </tbody>