@ -48,9 +48,13 @@ else document.attachEvent('onreadystatechange', function(){
{% block body %}
{% block body %}
< h1 > Registration< / h1 >
< h1 > Registration< / h1 >
< p >
Please fill in the following fields to register a new account. You should choose a strong passphrase, as it is used to encrypt your Journalmarks. Unfortunatelly, there's no possibility yet to change your passphrase later on. However, you won't have to enter it often, sessions are remembered for some time.
< / p >
< div id = 'registration-form' class = "pure-form pure-form-aligned" >
< div id = 'registration-form' class = "pure-form pure-form-aligned" >
< p id = "err-passwords-dont-match" class = "errmsg" >
< p id = "err-passwords-dont-match" class = "errmsg" >
Passwords do not match.
Passphrase s do not match.
< / p >
< / p >
< p id = "err-fill-all-fields" class = "errmsg" >
< p id = "err-fill-all-fields" class = "errmsg" >
@ -69,13 +73,13 @@ else document.attachEvent('onreadystatechange', function(){
< / div >
< / div >
< div class = "pure-control-group" >
< div class = "pure-control-group" >
< label for = "password" > Password < / label >
< label for = "password" > Passphrase < / label >
< input id = "password" type = "password" placeholder = "Password " >
< input id = "password" type = "password" placeholder = "Passphrase " >
< / div >
< / div >
< div class = "pure-control-group" >
< div class = "pure-control-group" >
< label for = "password2" > Password (again)< / label >
< label for = "password2" > Passphrase (again)< / label >
< input id = "password2" type = "password" placeholder = "Password (again)" >
< input id = "password2" type = "password" placeholder = "Passphrase (again)" >
< / div >
< / div >
< div class = "pure-control-group" >
< div class = "pure-control-group" >