From 23f4b65be7fd9581113ba8d727d1d111a742bcad Mon Sep 17 00:00:00 2001 From: Kacper Donat Date: Tue, 9 Jun 2020 00:36:51 +0200 Subject: [PATCH] Fix permissions on photo add --- app/templates/album/photo.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/templates/album/photo.html b/app/templates/album/photo.html index d62c7e7..33dd3e7 100644 --- a/app/templates/album/photo.html +++ b/app/templates/album/photo.html @@ -11,6 +11,7 @@ {% block content %}
{{ photo.title }}
+ {% if is_my %} + {% endif %}