diff --git a/autoload_classmap.php b/autoload_classmap.php
index 1f29108fdf04df2de3fe882de2424564ca50b2f6..99ae5543d02509bf01977a87710ea6a2252efca3 100644
--- a/autoload_classmap.php
+++ b/autoload_classmap.php
@@ -1,4 +1,5 @@
 <?php
 // Generated by ZF2's ./bin/classmap_generator.php
 return array(
+    'UnicaenKsup\Module'                                 => __DIR__ . '/Module.php',
 );
\ No newline at end of file
diff --git a/config/module.config.php b/config/module.config.php
index e24639d056935e2a62825d21b21f658abfa9a7a8..a447a2982c1ceeae0b7c29cc9670311fb0116909 100644
--- a/config/module.config.php
+++ b/config/module.config.php
@@ -17,7 +17,7 @@ return [
         ],
         // TemplatePathStack configuration
         'template_path_stack' => [
-            __DIR__ . '/../view',
+            'ksup' => __DIR__ . '/../view',
         ],
         // Layout template name
         'layout'              => 'layout/layout', // e.g., 'layout/layout'