summaryrefslogtreecommitdiff
path: root/templates/login.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login.tmpl')
-rw-r--r--templates/login.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/login.tmpl b/templates/login.tmpl
index 306b0aa..d8aaded 100644
--- a/templates/login.tmpl
+++ b/templates/login.tmpl
@@ -4,7 +4,7 @@
#def content
#set error = $error or ''
<div class="error">$error</div>
- <form method="post" action="/l">
+ <form method="post" action="${root}l">
<p>username</p>
<p><input type="text" id="username" name="username" /></p>
<p>password</p>