diff --git a/server/content/planning.php b/server/content/planning.php
index 0b479cc..5f2a026 100644
--- a/server/content/planning.php
+++ b/server/content/planning.php
@@ -6,6 +6,7 @@
// Title
$content = '
Saison-Planung
';
+ $content .= $tpl->load('button', [' Saison-Planungen anderer', LINK_PRE . 'planning_list', 'css-class' => 'mt-2 mb-2']);
$content .= 'Hinweis: Diese Seite kannst nur Du sehen.
Wenn Du Deine Saison-Planung teilen möchtest, klicke hier
';
$content .= $tpl->load('button', [' bearbeiten', LINK_PRE . 'planning_edit']);
$content .= $tpl->load('select', ['html-id' => 'select-year', 'placeholder' => 'Jahr', 'css-class' => 'mt-3 mb-0']);
diff --git a/server/version.php b/server/version.php
index 1e590fc..9153595 100644
--- a/server/version.php
+++ b/server/version.php
@@ -1,5 +1,5 @@