diff options
-rw-r--r-- | python/fatcat/templates/file_view.html | 2 |
1 files changed, 1 insertions, 1 deletions
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. <tr><td>SHA-1 <td><small><code>{{ file.sha1 }}</code></small> {% endif %} - {% if file.sha1 != None %} + {% if file.sha256 != None %} <tr><td>SHA-256 <td><small><code>{{ file.sha256 }}</code></small> {% endif %} |