diff --git a/app/views/course/wizard/steps/studyareas/index.php b/app/views/course/wizard/steps/studyareas/index.php
index e8f811ed6785483d7681d90891bdcdae4a8d0d1d..5246d3fc6887d6f3bc09a7d3dbd6603d6217be58 100644
--- a/app/views/course/wizard/steps/studyareas/index.php
+++ b/app/views/course/wizard/steps/studyareas/index.php
@@ -19,13 +19,13 @@
             </ul>
         </li>
     </ul>
-    <? if (!$stepnumber && !empty($values['locked'])) : ?>
+    <? if (!$stepnumber && empty($values['locked'])) : ?>
         <div data-dialog-button class="hidden-no-js">
             <?= Studip\Button::createAccept(_('Speichern'), 'save') ?>
         </div>
     <? endif ?>
 </div>
-<? if (!empty($values['locked'])) : ?>
+<? if (empty($values['locked'])) : ?>
     <div id="studyareas" data-ajax-url="<?= $ajax_url ?>"
         data-forward-url="<?= $no_js_url ?>" data-no-search-result="<?=_('Es wurde kein Suchergebnis gefunden.') ?>">
         <h2><?= _('Alle Studienbereiche') ?></h2>