Skip to content

Commit f85518f

Browse files
committed
Include SHA1 and SHA256 for themes
Fixes #25 Signed-off-by: Michal Čihař <michal@cihar.com>
1 parent 7d7bb9b commit f85518f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pmaweb/templates/themes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h3>{{theme}}</h3>
5555
{% endif %}
5656
<p>{{ theme.description }}</p>
5757
<ul class="dl">
58-
<li><a href="{{ theme.get_absolute_url }}">{{theme.filename}}</a> ({{theme.size|filesizeformat}}, MD5: {{theme.md5}})</li>
58+
<li><a href="{{ theme.get_absolute_url }}">{{theme.filename}}</a> ({{theme.size|filesizeformat}}, SHA1: {{ theme.sha1 }}, SHA256: {{theme.sha256}})</li>
5959
{% if theme.signed %}
6060
<li><a href="{{ theme.get_absolute_url }}.asc">{{theme.filename}}.asc</a> (PGP signature)</li>
6161
{% endif %}

0 commit comments

Comments
 (0)