diff --git a/rapids/templates/rapids/mark.html b/rapids/templates/rapids/mark.html
index cc3caaa7..a4a724fc 100644
--- a/rapids/templates/rapids/mark.html
+++ b/rapids/templates/rapids/mark.html
@@ -114,6 +114,8 @@
$(el).appendAfter(`Current mark [${el.dataset.mark}]`)
}
})
+ $("button.check-review").hide()
+ $(".save-buttons").show();
})
$(".save-buttons").hide();