From b7035f1574d8a4c684f74a1252141ed1f2ca2b59 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 17 Jul 2022 16:07:27 +0300 Subject: [PATCH] more helpful message --- templates/walletform.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 @@

{% if create %} This online wallet does not yet exist. -
It will be created and initialised automatically when you upload a file. + {% if user.username %} +
It will be created and initialised automatically when you upload a file. + {% else %} +
It will be created and initialised automatically when you upload a file, but you need to log on first. + {% endif %} {% endif %}