From 16fb206e08df38f7a23031f832eb2626e680bac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81bastiaan=20Versteeg?= Date: Wed, 20 Feb 2019 23:46:53 +0100 Subject: [PATCH] Replace the wiki menu item by Nextcloud --- website/thaliawebsite/menus.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/thaliawebsite/menus.py b/website/thaliawebsite/menus.py index 6fa2ea0b..7a81a538 100644 --- a/website/thaliawebsite/menus.py +++ b/website/thaliawebsite/menus.py @@ -39,7 +39,8 @@ MAIN_MENU = [ {'title': _('Statistics'), 'name': 'statistics'}, {'title': _('Styleguide'), 'name': 'styleguide'}, {'title': _('Become Active'), 'name': 'become-active'}, - {'title': _('Wiki'), 'url': '/wiki/', 'authenticated': True}, + {'title': _('Nextcloud'), 'url': 'https://cloud.thalia.nu/', + 'authenticated': True}, ], }, { -- GitLab