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 56301540c3ee35f9fd6b0026079d92365518248c
parent d7736a338c6173c83b229a844158f0bc4ebe426d
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 24 Jan 2019 11:14:00 +0100

Separate success_write into two containers.

Diffstat:
Mtemplates/success_write.html | 13+++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/templates/success_write.html b/templates/success_write.html @@ -19,7 +19,13 @@ <p>{{ request.host_url }}delete?key={{ delkey }}</p> - {% if new %} + </main> + + {% if new %} + <main role="main" class="container cover"> + <h1>Your login</h1> + <hr> + <p class="lead">Since you've left your email, we've created credentials for you. This will enable you to send and recieve messages, and have a profile page.</p> @@ -33,9 +39,8 @@ <p class="lead">If you wish to delete your account, don't hesitate to contact us via email.</p> - - {% endif %} - <p class="lead">You can return to the <a href="/">homepage</a> now.</p> + </main> + {% endif %} </main>