diff options
Diffstat (limited to 'templates/guest_login_form.html')
-rw-r--r-- | templates/guest_login_form.html | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/templates/guest_login_form.html b/templates/guest_login_form.html index c0cef263..ded06636 100644 --- a/templates/guest_login_form.html +++ b/templates/guest_login_form.html @@ -1,3 +1,12 @@ +<p> + %text1% +</p> +<p> + %text2% +</p> +<p> + %text3% +</p> <form action="%link%" method="post"> <table> <tr> @@ -19,4 +28,7 @@ </table> <br/> <input type="submit" name="login_submit" value="%send%"> -</form>
\ No newline at end of file +</form> +<p> + %text4% +</p> |