diasporadiaries

a platform for writing stories with personal accounts and messages
git clone git://parazyd.org/diasporadiaries.git
Log | Files | Refs | Submodules | README | LICENSE

commit 185a8f6034df215ef63199a8e5d7f9306214aba6
parent 5b8d5ef8a4ab84a1e0b7b29a42cec18ad3bdb391
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 24 Jan 2019 23:34:39 +0100

Add tooltip on email input in /write.

Diffstat:
Mtemplates/write.html | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/templates/write.html b/templates/write.html @@ -52,7 +52,8 @@ {% if current_user.username %} <input type="email" class="form-control" name="Email" value="{{ current_user.username }}"> {% else %} - <input type="email" class="form-control" name="Email" placeholder="Email (optional)"> + <input type="email" class="form-control" name="Email" placeholder="Email (optional)" title="If you type an email, an account will be created for you + so you can edit your story later and talk to other storytellers."> {% endif %} </p>