We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7bb9b commit f85518fCopy full SHA for f85518f
1 file changed
pmaweb/templates/themes.html
@@ -55,7 +55,7 @@ <h3>{{theme}}</h3>
55
{% endif %}
56
<p>{{ theme.description }}</p>
57
<ul class="dl">
58
- <li><a href="{{ theme.get_absolute_url }}">{{theme.filename}}</a> ({{theme.size|filesizeformat}}, MD5: {{theme.md5}})</li>
+ <li><a href="{{ theme.get_absolute_url }}">{{theme.filename}}</a> ({{theme.size|filesizeformat}}, SHA1: {{ theme.sha1 }}, SHA256: {{theme.sha256}})</li>
59
{% if theme.signed %}
60
<li><a href="{{ theme.get_absolute_url }}.asc">{{theme.filename}}.asc</a> (PGP signature)</li>
61
0 commit comments