aboutsummaryrefslogtreecommitdiff
path: root/allium/templates/misc-families.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/misc-families.html
parent421bd0bc206fa9326ffb8acee547f7b7ea49a2dd (diff)
downloadallium-f0c466afa5b1cc7a5e42e2f097f266d137cece10.tar.gz
allium-f0c466afa5b1cc7a5e42e2f097f266d137cece10.zip
include contact hash in listings, related to #1
Diffstat (limited to 'allium/templates/misc-families.html')
-rw-r--r--allium/templates/misc-families.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/allium/templates/misc-families.html b/allium/templates/misc-families.html
index dea08e3..12773c8 100644
--- a/allium/templates/misc-families.html
+++ b/allium/templates/misc-families.html
@@ -56,7 +56,7 @@ reverse=True) -%}
{% if v['contact'] -%}
<td class="visible-md visible-lg"><code><a href="{{ path_prefix }}contact/{{
-v['contact']|hash }}/" title="{{ v['contact']|escape }}">{{
+v['contact_md5'] }}/" title="{{ v['contact']|escape }}">{{
v['contact']|truncate(50)|escape }}<a></td></code>
{% else -%}
<td class="visible-md visible-lg">none</td>