From f0c466afa5b1cc7a5e42e2f097f266d137cece10 Mon Sep 17 00:00:00 2001 From: Jordan Date: Sun, 25 Oct 2020 20:03:23 -0700 Subject: include contact hash in listings, related to #1 --- allium/templates/relay-info.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'allium/templates/relay-info.html') 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 @@
Contact
{% if relay['contact'] -%} -
{{ +
{{ relay['contact']|escape }}
{% else -%} -
none
+
none
{% endif -%}
Dir Address
-- cgit v1.2.3-54-g00ecf