diff --git a/web/templates/account/dashboard.html b/web/templates/account/dashboard.html index 52e08db..564e9e0 100644 --- a/web/templates/account/dashboard.html +++ b/web/templates/account/dashboard.html @@ -419,11 +419,11 @@ {{else if eq .Type "new_photo"}} {{if and $Body.Photo (eq $Body.Photo.Visibility "private")}} - + {{else if and $Body.Photo (eq $Body.Photo.Visibility "circle")}} {{else}} - + {{end}} @@ -485,6 +485,18 @@ {{else}} {{or $Body.Photo.Caption "No caption."}} {{end}} + + + {{if and ($Root.CurrentUser.IsAdmin) (not $Body.Photo.Explicit)}} +
+ + + Mark photo as Explicit + +
+ {{end}} {{end}}