From 27b83f65ac48bfc57a46e8a4b13ec14299f9eedd 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(-) (limited to 'python') diff --git a/python/fatcat/templates/file_view.html b/python/fatcat/templates/file_view.html index 70ce8771..74977668 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