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