aboutsummaryrefslogtreecommitdiff
path: root/allium/templates/relay-info.html
diff options
context:
space:
mode:
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>