diff options
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 c7ea152..dd1ae20 100644 --- a/templates/personwallets.html +++ b/templates/personwallets.html @@ -26,7 +26,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c <td style="padding:2px"><a href="{{wallet.get_absolute_url}}">{{wallet.walletname}}</a></td> <td style="padding:2px" >{% if wallet.date %}{{wallet.date}}{% else %} {% endif %}</td> - <td style="padding:2px">{{wallet.name}}</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> |