diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-07-17 16:07:27 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-07-17 16:07:27 +0300 |
commit | b7035f1574d8a4c684f74a1252141ed1f2ca2b59 (patch) | |
tree | 8e67962a0bca8c6e016a5b0f976e925f4a7239ab | |
parent | 6efbec7750511ad70bd4ae5cfd2271aab03edeb7 (diff) | |
download | troggle-b7035f1574d8a4c684f74a1252141ed1f2ca2b59.tar.gz troggle-b7035f1574d8a4c684f74a1252141ed1f2ca2b59.tar.bz2 troggle-b7035f1574d8a4c684f74a1252141ed1f2ca2b59.zip |
more helpful message
-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 71b30c6..f120791 100644 --- a/templates/walletform.html +++ b/templates/walletform.html @@ -52,7 +52,11 @@ </p> {% if create %} This online wallet does not yet exist. - <br>It will be created and initialised automatically when you upload a file. + {% if user.username %} + <br>It will be created and initialised automatically when you upload a file. + {% else %} + <br>It will be created and initialised automatically when you upload a file, but you need to log on first. + {% endif %} {% endif %} <p><em> |