summaryrefslogtreecommitdiffstats
path: root/templates/wallet_table.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/wallet_table.html')
-rw-r--r--templates/wallet_table.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/wallet_table.html b/templates/wallet_table.html
index 1dedb3b..bad144a 100644
--- a/templates/wallet_table.html
+++ b/templates/wallet_table.html
@@ -21,9 +21,9 @@
<tr>
<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.cave}}</td>
- <td style="padding:2px">{{wallet.name}}</td>
+ <td style="padding:2px">{% if wallet.date %}{{wallet.date}}{% else %} {% endif %}</td>
+ <td style="padding:2px">{% if wallet.cave %}{{wallet.cave}}{% else %} {% endif %}</td>
+ <td style="padding:2px">{% if wallet.name %}{{wallet.name}}{% else %} {% endif %}</td>
<td style="padding:1px; background-color:{{wallet.ticks.S}}">&nbsp;</td>
<td style="padding:1px; background-color:{{wallet.ticks.C}}">&nbsp;</td>