diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-23 20:57:43 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-23 20:57:43 +0200 |
commit | 06a4de26e05b74e3ed5493cef205af91462678a1 (patch) | |
tree | a6d6f009b3792f838fb4d9a2ff24d3d866cbf201 /template/login.html | |
parent | 0a4b5d24845fb86bade3ab3c38a6202862d6caad (diff) |
Making the list creation method.
Diffstat (limited to 'template/login.html')
-rw-r--r-- | template/login.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/login.html b/template/login.html index 766dd7d..ed10d20 100644 --- a/template/login.html +++ b/template/login.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> - <title>Log In | Fripost's Administrator panel</title> + <title>Log In | Fripost Administrator Panel</title> <link href="/css/style.css" media="all" rel="stylesheet" type="text/css" /> </head> <body class="loginform" onload="document.loginform.authen_username.focus();"> @@ -30,7 +30,7 @@ </tr> </table> <div> - <input type="hidden" name="destination" value="<TMPL_VAR NAME=destination>" /> + <input type="hidden" name="redirect" value="<TMPL_VAR NAME=redirect>" /> <input type="submit" name="login" value="Log in" /> </div> </form> |