From 4f3f6de158d5f79bb9493c47e3038ec7dfad18d7 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Thu, 28 Mar 2024 23:06:58 -0700 Subject: [PATCH] Bugfix on gallery page --- web/templates/photo/gallery.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/photo/gallery.html b/web/templates/photo/gallery.html index 93854cb..a77fe9d 100644 --- a/web/templates/photo/gallery.html +++ b/web/templates/photo/gallery.html @@ -284,7 +284,7 @@ - {{if and (not .IsSiteGallery) (eq .CurrentUser.ProfilePhoto.ID 0)}} + {{if and (not .IsSiteGallery) (eq .CurrentUser.ProfilePhoto.ID 0) (eq .CurrentUser.ID .User.ID)}}