aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat/templates/file_view.html
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat/templates/file_view.html')
-rw-r--r--python/fatcat/templates/file_view.html2
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 %}