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