aboutsummaryrefslogtreecommitdiff
path: root/allium/templates/relay-info.html
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2020-10-25 20:03:23 -0700
committerJordan <me@jordan.im>2020-10-25 20:03:23 -0700
commitf0c466afa5b1cc7a5e42e2f097f266d137cece10 (patch)
tree4648ae2deaaf8f73a73115f529dbaf90d7f3be80 /allium/templates/relay-info.html
parent421bd0bc206fa9326ffb8acee547f7b7ea49a2dd (diff)
downloadallium-f0c466afa5b1cc7a5e42e2f097f266d137cece10.tar.gz
allium-f0c466afa5b1cc7a5e42e2f097f266d137cece10.zip
include contact hash in listings, related to #1
Diffstat (limited to 'allium/templates/relay-info.html')
-rw-r--r--allium/templates/relay-info.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/allium/templates/relay-info.html b/allium/templates/relay-info.html
index d26dab3..f2aabe7 100644
--- a/allium/templates/relay-info.html
+++ b/allium/templates/relay-info.html
@@ -17,10 +17,10 @@
<dt>Contact</dt>
{% if relay['contact'] -%}
-<dd><a href="{{ path_prefix }}contact/{{ relay['contact']|hash }}">{{
+<dd><a href="{{ path_prefix }}contact/{{ relay['contact_md5'] }}">{{
relay['contact']|escape }}</a></dd>
{% else -%}
-<dd><a href="{{ path_prefix }}contact/{{ ''|hash }}">none</a></dd>
+<dd><a href="{{ path_prefix }}contact/{{ relay['contact_md5'] }}">none</a></dd>
{% endif -%}
<dt>Dir Address</dt>