diff --git a/inc/Action/Locked.php b/inc/Action/Locked.php
index 3ff2c5b8016be2977978d8dcdefd6f94a2ffe73d..41866e341f4e9a11c8deafa614ea718e368fcb99 100644
--- a/inc/Action/Locked.php
+++ b/inc/Action/Locked.php
@@ -19,6 +19,7 @@ class Locked extends AbstractAction {
     /** @inheritdoc */
     public function tplContent() {
         html_locked();
+        html_edit();
     }
 
 }