aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tpl')
-rw-r--r--tpl/login.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tpl/login.html b/tpl/login.html
index d3139ab3..8b2f80f8 100644
--- a/tpl/login.html
+++ b/tpl/login.html
@@ -1,4 +1,5 @@
1{include="head"} 1{include="head"}
2 <div>
2 <form method="post" action="?login" name="loginform"> 3 <form method="post" action="?login" name="loginform">
3 <fieldset> 4 <fieldset>
4 <h2>login to your poche</h2> 5 <h2>login to your poche</h2>
@@ -20,4 +21,4 @@
20 <input type="hidden" name="returnurl" value="<?php echo htmlspecialchars($referer);?>"> 21 <input type="hidden" name="returnurl" value="<?php echo htmlspecialchars($referer);?>">
21 <input type="hidden" name="token" value="<?php echo Session::getToken(); ?>"> 22 <input type="hidden" name="token" value="<?php echo Session::getToken(); ?>">
22 </form> 23 </form>
23{include="footer"} \ No newline at end of file 24{include="footer"}