diff --git a/cmd/fibr/templates/exif.html b/cmd/fibr/templates/exif.html
index 211aead5..1a631ada 100644
--- a/cmd/fibr/templates/exif.html
+++ b/cmd/fibr/templates/exif.html
@@ -1,5 +1,5 @@
{{ define "exif-modal-btn" }}
- {{ if not .Exif.IsZero }}
+ {{ if .Exif.HasData }}
@@ -7,7 +7,7 @@
{{ end }}
{{ define "exif-modal" }}
- {{ if not .Exif.IsZero }}
+ {{ if .Exif.HasData }}