diff options
Diffstat (limited to 'templates/walletform.html')
-rw-r--r-- | templates/walletform.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/walletform.html b/templates/walletform.html index 51fc1f9..571c13b 100644 --- a/templates/walletform.html +++ b/templates/walletform.html @@ -106,7 +106,11 @@ {% endif %} {% endif %} -<hr /> + +<!-- This won't work with a standard wallet object. To make it work we added extra fields to teh wallet object,--> +setting the .ticks field etc, e.g. in caveifywallet() in scans.py +{% include 'wallet_table.html' %} + {% if not create %} <br> |