diff --git a/app/views/puzzles/_form.html.slim b/app/views/puzzles/_form.html.slim
index 9fe9b8a..5b7defb 100644
--- a/app/views/puzzles/_form.html.slim
+++ b/app/views/puzzles/_form.html.slim
@@ -2,6 +2,9 @@
.row.mb-3
.col.alert.alert-warning
= t("puzzles.form.fake_data_recommendation")
+ .row.mb-3
+ .col
+ = image_tag(puzzle.image, class: "img-fluid", style: "max-height: 256px") if puzzle.image.attached?
.row.mb-3
.col
.form-floating