diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-08-16 17:49:55 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-08-16 17:49:55 +0300 |
commit | e94dc6eb6f06eaffba541d660d9d4e4d85c37cd6 (patch) | |
tree | 7e958017bf835097ead90266610949d63510b242 /templates/personwallets.html | |
parent | aaba4fd2a9fa7490dacd3dcff09161190663aad9 (diff) | |
download | troggle-e94dc6eb6f06eaffba541d660d9d4e4d85c37cd6.tar.gz troggle-e94dc6eb6f06eaffba541d660d9d4e4d85c37cd6.tar.bz2 troggle-e94dc6eb6f06eaffba541d660d9d4e4d85c37cd6.zip |
remove more "None" text
Diffstat (limited to 'templates/personwallets.html')
-rw-r--r-- | templates/personwallets.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/personwallets.html b/templates/personwallets.html index dd1ae20..e840563 100644 --- a/templates/personwallets.html +++ b/templates/personwallets.html @@ -28,7 +28,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c <td style="padding:2px" >{% if wallet.date %}{{wallet.date}}{% else %} {% endif %}</td> <td style="padding:2px">{% if wallet.name %}{{wallet.name}}{% else %} {% endif %}</td> <td style="padding:2px">{{wallet.persons}}</td> - <td style="padding:2px">{{wallet.cave}}</td> + <td style="padding:2px">{% if wallet.cave %}{{wallet.cave}}{% else %} {% 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"> |