aboutsummaryrefslogtreecommitdiffstats
path: root/template/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/login.html')
-rw-r--r--template/login.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/template/login.html b/template/login.html
index 6ed2a7e..293f20f 100644
--- a/template/login.html
+++ b/template/login.html
@@ -13,10 +13,12 @@
src="/img/fripost_logo.png"
title="fripost.org|demokratisk e-post"
/></a>
+
<h2>Administrator Panel</h2>
<br/>
<br/>
- <form class="loginform" name="loginform" method="post" >
+
+ <form class="loginform" name="loginform" method="post">
<table class="loginform">
<tr>
<td class="label">Username</td>
@@ -28,7 +30,7 @@
</tr>
</table>
<div>
- <input type="hidden" name="destination" value="<TMPL_VAR DESTINATION>" />
+ <input type="hidden" name="destination" value="<TMPL_VAR NAME=DESTINATION>" />
<input type="submit" name="login" value="Log in" />
</div>
</form>