summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-09-14 22:19:10 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-09-14 22:19:10 +0200
commitfc90174dd8d7ff4417af478b3ee60646443488f9 (patch)
tree7f03daba84bc9bfbbe9e1e9be3c31a23e60cbbf8 /templates
parent0eb9830818d935b0dc3e57eea49924e3b4ca18a0 (diff)
joined login+start
Diffstat (limited to 'templates')
-rw-r--r--templates/guest_login_form.html14
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>