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 a1d0e044295652e5e70116b215f6562327a00ddb
parent c278f9558efcc15bb5ef459323163425c73bc5bd
Author: parazyd <parazyd@dyne.org>
Date:   Wed, 16 Jan 2019 21:11:44 +0100

Be more informational in dashboard.

Diffstat:
Mtemplates/dashboard.html | 4++++
Mtemplates/success_submit.html | 4++--
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/templates/dashboard.html b/templates/dashboard.html @@ -11,6 +11,10 @@ <div class="album py-5 bg-light"> <div class="container"> + {% if not stories %} + <p>No pending stories in queue.</p> + {% endif %} + {% for i in stories %} {% if loop.index % 3 == 1 %} <div class="row"> diff --git a/templates/success_submit.html b/templates/success_submit.html @@ -10,8 +10,8 @@ <p class="lead">Thank you for submitting your story!</p> - <p class="lead">Bookmark the following link if you ever wish to delete - your post: <a href="/delete?key={{ delkey }}">delete link</a> + <p class="lead">Bookmark or copy the following link if you ever wish to + delete your post: <a href="/delete?key={{ delkey }}">delete link</a> </p> <p class="lead">You can return to the <a href="/">homepage</a> now.</p>