diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-08-01 17:32:35 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-08-01 17:32:49 +0300 |
commit | 0fd3cf43e8c9b2f1166d40d7c8edd2f6bc7b4e35 (patch) | |
tree | bf4d7a54bd5842a30499872576a12ba2f58c5044 /templates/cavewallets.html | |
parent | c1aaf0788524e69872162362b73504d89737c55d (diff) | |
download | troggle-0fd3cf43e8c9b2f1166d40d7c8edd2f6bc7b4e35.tar.gz troggle-0fd3cf43e8c9b2f1166d40d7c8edd2f6bc7b4e35.tar.bz2 troggle-0fd3cf43e8c9b2f1166d40d7c8edd2f6bc7b4e35.zip |
formatting
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 8ce1da1..4c61e63 100644 --- a/templates/cavewallets.html +++ b/templates/cavewallets.html @@ -23,7 +23,7 @@ traced to produce Tunnel or Therion drawings and eventually the final complete c <tr> <td style="padding:2px"><a href="{{wallet.get_absolute_url}}">{{wallet.walletname}}</a></td> - <td style="padding:2px">{{wallet.date}}</td> + <td style="padding:2px">{% if wallet.date %}{{wallet.date}}{% else %} {% endif %}</td> <td style="padding:2px">{{wallet.name}}</td> <td style="padding:2px">{{wallet.persons}}</td> |