Skip to content

Commit 5d40a53

Browse files
committed
add 256 frontend
1 parent 9e22f88 commit 5d40a53

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

templates/downloads/release_detail.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ <h3>{{ f.os.name }}</h3>
7272
<th>Operating System</th>
7373
<th>Description</th>
7474
<th>MD5 Sum</th>
75+
<th>SHA256 Sum</th>
7576
<th>File Size</th>
7677
{% if release_files|has_sigstore_materials %}
7778
<th colspan="2"><a href="https://www.python.org/download/sigstore/">Sigstore</a></th>
@@ -91,6 +92,7 @@ <h3>{{ f.os.name }}</h3>
9192
<td>{{ f.os.name }}</td>
9293
<td>{{ f.description }}</td>
9394
<td>{{ f.md5_sum }}</td>
95+
<td>{{ f.sha256_sum|default:"n/a" }}</td>
9496
<td>{{ f.filesize|filesizeformat }}</td>
9597
{% if release_files|has_sigstore_materials %}
9698
{% if f.sigstore_bundle_file %}

0 commit comments

Comments
 (0)