From 5e6aa0a17502a05686022231ad147731da88f33a Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 4 Aug 2024 01:04:21 +0300 Subject: [PATCH] wallet link --- templates/personwallets.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/personwallets.html b/templates/personwallets.html index cfc1e97..a7aa732 100644 --- a/templates/personwallets.html +++ b/templates/personwallets.html @@ -36,10 +36,10 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c {% if wallet.slugpeople %} - {%for p in wallet.slugpeople%}{{p.fullname}}{%if not forloop.last %}, {% endif %}{% endfor %} + {%for p in wallet.slugpeople%}{{p.fullname}}{%if not forloop.last %}, {% endif %}{% endfor %} {% endif %} {%for p in wallet.peeps%} - {{p.fullname}}{%if not forloop.last %}, {% endif %} + {{p.fullname}}{%if not forloop.last %}, {% endif %} {% endfor %}