From: David ‘Bombe’ Roden Date: Tue, 20 Sep 2011 20:06:56 +0000 (+0200) Subject: Don’t required the logged in Sone to match, a local Sone is enough. X-Git-Tag: 0.7^2~2^2~67 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=6d18a39d0ea0dabab954d3a24bf34589c310aa10 Don’t required the logged in Sone to match, a local Sone is enough. --- diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 9bcaa9d..7e93f76 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -89,7 +89,7 @@ <% album.description|html> - <%if album.sone.current> + <%if album.sone.local> <%include include/uploadImage.html> <%include include/createAlbum.html> @@ -240,7 +240,7 @@ <%/foreach> - <%if sone.current> + <%if sone.local> <%include include/createAlbum.html> <%/if>