Fix the shared album page rendering
Compare changes
+ 10
− 6
@@ -69,6 +69,14 @@ def index(request):
@@ -83,11 +91,7 @@ def album(request, slug):
@@ -100,7 +104,7 @@ def _checked_shared_album(slug, token):
I noticed the shared album page was not showing any photos due a different context being passed to the template.