diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 6aab1cf57c24491cab4ac0d25afa69e218e317a0..aa5e16f6684321fd1e6c0b715f62880594741a6b 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file.
 The format is based on `Keep a Changelog`_,
 and this project adheres to `Semantic Versioning`_.
 
+Unreleased
+----------
+
+Fixed
+~~~~~
+
+* Menu item 'Documents' was always shown.
 
 `0.1`_
 ------
diff --git a/aleksis/apps/kort/frontend/index.js b/aleksis/apps/kort/frontend/index.js
index 534f76bcc6ada493df218cae7febd676c290cf81..997acdeab6833d6aff2ac9f36fde7ac8e8032d0c 100644
--- a/aleksis/apps/kort/frontend/index.js
+++ b/aleksis/apps/kort/frontend/index.js
@@ -3,6 +3,7 @@ export default {
     inMenu: true,
     titleKey: "kort.menu_title",
     icon: "mdi-card-account-details-outline",
+    permission: "kort.view_menu_rule",
   },
   children: [
     {
@@ -15,7 +16,6 @@ export default {
         icon: "mdi-card-multiple-outline",
         permission: "kort.view_cards_rule",
       },
-
       props: {
         byTheGreatnessOfTheAlmightyAleksolotlISwearIAmWorthyOfUsingTheLegacyBaseTemplate: true,
       },