diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/cavewallets.html | 2 | ||||
-rw-r--r-- | templates/personwallets.html | 2 | ||||
-rw-r--r-- | templates/wallet_table.html | 2 | ||||
-rw-r--r-- | templates/yearwallets.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/cavewallets.html b/templates/cavewallets.html index 803eff3..38a627a 100644 --- a/templates/cavewallets.html +++ b/templates/cavewallets.html @@ -28,7 +28,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">{% if wallet.date %}{{wallet.date}}{% else %} {% endif %}</td> + <td style="padding:2px">{% if wallet.walletdate %}{{wallet.walletdate}}{% else %} {% endif %}</td> <td style="padding:2px">{% if wallet.name %}{{wallet.name}}{% 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">{{wallet.persons }} </td> diff --git a/templates/personwallets.html b/templates/personwallets.html index c760e78..5822634 100644 --- a/templates/personwallets.html +++ b/templates/personwallets.html @@ -27,7 +27,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" >{% if wallet.date %}{{wallet.date}}{% else %} {% endif %}</td> + <td style="padding:2px" >{% if wallet.walletdate %}{{wallet.walletdate}}{% else %} {% endif %}</td> <td style="padding:2px">{% if wallet.name %}{{wallet.name}}{% 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">{{wallet.persons}}</td> <td style="padding:2px"> diff --git a/templates/wallet_table.html b/templates/wallet_table.html index e14de2c..1d3e2fc 100644 --- a/templates/wallet_table.html +++ b/templates/wallet_table.html @@ -21,7 +21,7 @@ <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">{% if wallet.walletdate %}{{wallet.walletdate}}{% else %} {% endif %}</td> <td style="padding:2px"> {% if wallet.cave %} {% if wallet.caveobj.slug %} diff --git a/templates/yearwallets.html b/templates/yearwallets.html index 32545ba..5824525 100644 --- a/templates/yearwallets.html +++ b/templates/yearwallets.html @@ -35,7 +35,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">{% if wallet.date %}{{wallet.date}}{% else %} {% endif %}</td> + <td style="padding:2px">{% if wallet.walletdate %}{{wallet.walletdate}}{% else %} {% endif %}</td> <td style="padding:2px">{% if wallet.name %}{{wallet.name}}{% 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">{{wallet.persons}}</td> <td style="padding:2px"> |