From 490fb61571c6af8fa0c5539a3b72da20d8902400 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 4 Aug 2024 00:55:19 +0300 Subject: [PATCH] linki to wallets for a person --- templates/cavewallets.html | 4 ++-- templates/yearwallets.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/cavewallets.html b/templates/cavewallets.html index 718489e..7635f6a 100644 --- a/templates/cavewallets.html +++ b/templates/cavewallets.html @@ -42,10 +42,10 @@ and click on the "Run 'cavern' on this SVX file" button at the bottom of the pag {% 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 %} {{wallet.singlescan_set.all|length}} diff --git a/templates/yearwallets.html b/templates/yearwallets.html index 5e142b6..69b73e3 100644 --- a/templates/yearwallets.html +++ b/templates/yearwallets.html @@ -43,10 +43,10 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c {% if wallet.name %}{{wallet.name|truncatechars:20}}{% else %}{% if wallet.displaynames %} {% for dn in wallet.displaynames %}{{dn}}{%if not forloop.last %}, {% endif %} {% endfor %}{% else %} {% endif %}{% endif %} {% 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 %}