diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-10-04 22:23:26 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-10-04 22:23:26 +0300 |
commit | adbc8f79557ba7ffef018ac43010b3cfe3b642d9 (patch) | |
tree | 5b4a448a196a96f5fbcccdd650ac598f8828c737 /templates/cavewallets.html | |
parent | da10605d758ebe36d57884e3f94620bbdb2e34da (diff) | |
download | troggle-adbc8f79557ba7ffef018ac43010b3cfe3b642d9.tar.gz troggle-adbc8f79557ba7ffef018ac43010b3cfe3b642d9.tar.bz2 troggle-adbc8f79557ba7ffef018ac43010b3cfe3b642d9.zip |
disambiguating names on wallets
Diffstat (limited to 'templates/cavewallets.html')
-rw-r--r-- | templates/cavewallets.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/cavewallets.html b/templates/cavewallets.html index a24dcf2..3f88def 100644 --- a/templates/cavewallets.html +++ b/templates/cavewallets.html @@ -31,7 +31,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c <td style="padding:2px">{% if wallet.walletdate %}{{wallet.walletdate}}{% else %} {% endif %}</td> <td style="padding:2px">{% if wallet.name %}{{wallet.name|truncatechars:20}}{% else %}<em>{% if wallet.displaynames %} {% for dn in wallet.displaynames %}{{dn}}{%if not forloop.last %}, {% endif %} {% endfor %}{% else %} {% endif %}</em>{% endif %}</td> - <td style="padding:2px">{% if wallet.slugpeople %}{%for p in wallet.slugpeople%}<a href="/person/{{p.slug}}">{{p.fullname}}</a>{%if not forloop.last %}, {% endif %}{% endfor %}{% else %}{{wallet.persons }}{% endif %}</td> + <td style="padding:2px">{% if wallet.slugpeople %}<em>{%for p in wallet.slugpeople%}<a href="/person/{{p.slug}}">{{p.fullname}}</a>{%if not forloop.last %}, {% endif %}{% endfor %}</em>{% else %}{{wallet.persons }}{% endif %}</td> <td align="center" style="padding:2px"><a href="{{wallet.get_absolute_url}}">{{wallet.singlescan_set.all|length}}</a></td> <td style="padding:2px"> {% for survexblock in wallet.survexblock_set.all %} |