From ae7f5d5e724b78c1cc48e466aba07f0830c460ac Mon Sep 17 00:00:00 2001 From: Bryan Newbold <bnewbold@robocracy.org> 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(-) (limited to 'python') 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: <div class="five wide column"> {% if file.urls != None and file.urls != [] %} -<a href="https://web.archive.org/web/1/{{ file.urls[0].url }}" class="ui top attached fluid huge green button"><i class="file icon"></i>Download File</a> +<a href="{{ file.urls[0].url }}" class="ui top attached fluid huge green button"><i class="file icon"></i>Download File</a> {% else %} <span class="ui top attached fluid huge grey button"><i class="file cross icon"></i>No Download Available</span> {% endif %} -- cgit v1.2.3