diff --git a/templates/image_detail.html b/templates/image_detail.html
index c153e5388ef15455e974e46e9d80d060d2eea573..58bcb702c50198599cf87e17965713565f8e5e25 100644
--- a/templates/image_detail.html
+++ b/templates/image_detail.html
@@ -1,4 +1,3 @@
-{{ if .Image.Id }}
 {{define "title"}}{{.Title}} | i.k8r{{end}}
 {{define "content"}}
 <form class="detail" method="post">
@@ -26,5 +25,4 @@
     </div>
 {{end}}
 </form>
-{{end}}
 {{end}}
\ No newline at end of file