aboutsummaryrefslogtreecommitdiffstats
path: root/template/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'template/login.html')
-rw-r--r--template/login.html4
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>