diff options
-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> |