From aa6ed364a95510e8cd2355ac8dc0e0331c6e9471 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Tue, 7 Mar 2017 21:03:46 -0800 Subject: [PATCH] Rename variable 'link' to 'file_link' for clarity --- templates/photo.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 %}