From 4fa2179e76cd69d7d6a36d51246c1c168826cc94 Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Sun, 18 Mar 2018 00:30:12 +0100
Subject: [PATCH] First attempt at detail view

---
 templates/image_detail.html | 2 --
 1 file changed, 2 deletions(-)

diff --git a/templates/image_detail.html b/templates/image_detail.html
index c153e53..58bcb70 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
-- 
GitLab