diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-08 19:49:11 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-09-08 23:40:50 +0200 |
commit | 4a0d87e642c4d97ee2a026f1207e25a001518f3a (patch) | |
tree | b742103cfbce8c7c576766f4db9016f0faa9b629 /template/login.html | |
parent | 0dfeabffccf3695f5f270964aa8ef8e3460ae440 (diff) |
Abstracting the LDAP stuff in an OO library.
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 293f20f..766dd7d 100644 --- a/template/login.html +++ b/template/login.html @@ -30,11 +30,11 @@ </tr> </table> <div> - <input type="hidden" name="destination" value="<TMPL_VAR NAME=DESTINATION>" /> + <input type="hidden" name="destination" value="<TMPL_VAR NAME=destination>" /> <input type="submit" name="login" value="Log in" /> </div> </form> - <TMPL_IF NAME=ERROR><p class="error">Invalid username or password.</p></TMPL_IF> + <TMPL_IF NAME=error><p class="error">Invalid username or password.</p></TMPL_IF> </div> </body> </html> |