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 %}