diff --git a/templates/photo.html b/templates/photo.html index 7eb4749..23e30c2 100644 --- a/templates/photo.html +++ b/templates/photo.html @@ -7,7 +7,7 @@ {% set filename = photo.id + photo.dot_extension %} - {% set link = "/file/" + filename %} + {% set file_link = "/file/" + filename %}