From ae7f5d5e724b78c1cc48e466aba07f0830c460ac Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 28 Feb 2019 17:09:32 -0800 Subject: don't wayback file download links (on file pages) --- python/fatcat_web/templates/file_view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/fatcat_web/templates/file_view.html b/python/fatcat_web/templates/file_view.html index dc1fe2c3..77ecae4e 100644 --- a/python/fatcat_web/templates/file_view.html +++ b/python/fatcat_web/templates/file_view.html @@ -94,7 +94,7 @@ Raw Object:
{% if file.urls != None and file.urls != [] %} -Download File +Download File {% else %} No Download Available {% endif %} -- cgit v1.2.3