diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/account/auth/login-small.html.tmpl | 3 | ||||
-rw-r--r-- | template/en/default/account/auth/login.html.tmpl | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl index 0ea4df3e9..bb0f7a4db 100644 --- a/template/en/default/account/auth/login-small.html.tmpl +++ b/template/en/default/account/auth/login-small.html.tmpl @@ -25,6 +25,9 @@ # then we are accessing the home page. %] [% script_name = cgi.url(Relative => 1) %] +[% IF !script_name %] + [% script_name = "index.cgi" %] +[% END %] [%# If SSL is in use, use 'sslbase', else use 'urlbase'. %] [% IF Param("sslbase") != "" && Param("ssl") != "never" %] diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl index f57efc113..55ec04c0e 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -24,6 +24,10 @@ # target: string. URL to go to after login. #%] +[% IF !target %] + [% target = "index.cgi" %] +[% END %] + [% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl |