From 9623cd35e5342f8ec9b6052261f4d0bc3094dedc Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 2 Oct 2018 18:32:24 -0700 Subject: fix typo resulting in None for SHA256 --- python/fatcat/templates/file_view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/fatcat/templates/file_view.html b/python/fatcat/templates/file_view.html index ff08de83..39ff6eda 100644 --- a/python/fatcat/templates/file_view.html +++ b/python/fatcat/templates/file_view.html @@ -54,7 +54,7 @@ No known public URL, mirror, or archive for this file. SHA-1 {{ file.sha1 }} {% endif %} - {% if file.sha1 != None %} + {% if file.sha256 != None %} SHA-256 {{ file.sha256 }} {% endif %} -- cgit v1.2.3