From e43cab07166a9ce8c73968ea145daf1c2b01094a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 5 Feb 2019 16:07:57 -0800 Subject: fix file-to-release links --- python/fatcat_web/templates/file_view.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/fatcat_web/templates/file_view.html b/python/fatcat_web/templates/file_view.html index 74977668..ccfb3ad2 100644 --- a/python/fatcat_web/templates/file_view.html +++ b/python/fatcat_web/templates/file_view.html @@ -21,10 +21,10 @@ {% endif %}

Releases

-{% if file.releases != None %} +{% if file.release_ids != None %}

Releases associated with this file:

-- cgit v1.2.3