summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raffenetti <raffenet@mcs.anl.gov>2006-10-27 19:36:35 +0000
committerKen Raffenetti <raffenet@mcs.anl.gov>2006-10-27 19:36:35 +0000
commit1b1975d6c4cae86a9b9d6d4ed5ffb9f9ef775f18 (patch)
treeb57b59783752487d2bdb3db0cfc225eef3601588 /src
parentd34bedd4856ecd4a19013c224e7a05b703ace704 (diff)
downloadbcfg2-1b1975d6c4cae86a9b9d6d4ed5ffb9f9ef775f18.tar.gz
bcfg2-1b1975d6c4cae86a9b9d6d4ed5ffb9f9ef775f18.tar.bz2
bcfg2-1b1975d6c4cae86a9b9d6d4ed5ffb9f9ef775f18.zip
fixed "next" functionality
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2461 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src')
-rw-r--r--src/lib/Server/Hostbase/hostbase/webtemplates/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/login.html b/src/lib/Server/Hostbase/hostbase/webtemplates/login.html
index d66e1f229..5a5650d22 100644
--- a/src/lib/Server/Hostbase/hostbase/webtemplates/login.html
+++ b/src/lib/Server/Hostbase/hostbase/webtemplates/login.html
@@ -21,7 +21,7 @@
<input name="password" type="password">
<br />
<input type="submit" value="Login">
- <input type="hidden" name="next" value="/hostbase" />
+ <input type="hidden" name="next" value="{{ next }}" />
</form>
{% endif %}