diff --git a/nyaa/templates/view.html b/nyaa/templates/view.html index d4b852f..765fb86 100644 --- a/nyaa/templates/view.html +++ b/nyaa/templates/view.html @@ -62,6 +62,10 @@
Completed:
{% if config.ENABLE_SHOW_STATS %}{{ torrent.stats.download_count }}{% else %}Coming soon{% endif %}
+
+
SHA-1 hash:
+
{{ torrent.info_hash_as_hex }}
+