Bugfix on gallery page

main
Noah Petherbridge 2024-03-28 23:06:58 -07:00
parent 35258beb36
commit 4f3f6de158
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@
</div> </div>
<!-- If viewing our own profile, and we don't have a profile picture set, offer advice. --> <!-- If viewing our own profile, and we don't have a profile picture set, offer advice. -->
{{if and (not .IsSiteGallery) (eq .CurrentUser.ProfilePhoto.ID 0)}} {{if and (not .IsSiteGallery) (eq .CurrentUser.ProfilePhoto.ID 0) (eq .CurrentUser.ID .User.ID)}}
<div class="notification is-success is-light content"> <div class="notification is-success is-light content">
<p> <p>
<i class="fa-regular fa-id-badge mr-1"></i> <i class="fa-regular fa-id-badge mr-1"></i>