From 1f54aa6840ddc243e9600f6d3e79f3c03ed1dbbe Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 20 Sep 2018 20:22:52 -0700 Subject: add (untested) fix for fulltext link --- python/fatcat/templates/release_view.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/fatcat/templates/release_view.html b/python/fatcat/templates/release_view.html index 9be312e1..9dccbcf2 100644 --- a/python/fatcat/templates/release_view.html +++ b/python/fatcat/templates/release_view.html @@ -162,8 +162,8 @@ This release citing other releases.
-{% if files != [] and files[0].url != None %} -Download Full Text +{% if files != [] and files[0].urls != [] %} +Download Full Text {% else %} No Full Text Available {% endif %} -- cgit v1.2.3