diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-03 00:05:22 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-03 00:05:22 +0200 |
commit | 3c8b9dba04da6d66f7e592c3c1367a2367e1c5a5 (patch) | |
tree | 57739942759a34ba245f076c2bde0a596adf5e9c /template/login.html | |
parent | 742c9938af740b9ba758f4b03909f30106b285a5 (diff) |
Domain edition.
Diffstat (limited to 'template/login.html')
-rw-r--r-- | template/login.html | 6 |
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> |