diff options
Diffstat (limited to 'templates/logbookentry.html')
-rw-r--r-- | templates/logbookentry.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/logbookentry.html b/templates/logbookentry.html index d8a4817..9090928 100644 --- a/templates/logbookentry.html +++ b/templates/logbookentry.html @@ -85,15 +85,15 @@ {% if wallets %}<u>Wallets</u> on this date:<br> <span style="font-size: 70%; "> {% for item in wallets %} - <a href="/survey_scans/{{item.walletname|urlencode}}/">{{item.walletname|safe}}</a> - {% if item.name %} - {{item.name|safe}} <br/> - {% else %} - {{item.get_fnames|safe}} - <br/> - {% endif %} + <a href="/survey_scans/{{item.walletname|urlencode}}/">{{item.walletname|safe}}</a> + {% if item.name %} + {{item.name|safe}} <br/> + {% else %} + {{item.get_fnames|safe}} + <br/> + {% endif %} {% empty %} - <em>None found for this date.</em><br> + <em>None found for this date.</em><br> {% endfor %} </span> {% else %} |