diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-03-21 14:30:20 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-21 14:30:20 +0100 |
commit | 24eeb9e547d9a49838dea6c796ede1ce2bcbd5f3 (patch) | |
tree | 2f6d85e716c979e88e13c3a3f06095bdb90180d1 /template | |
parent | 1827c2dbadf53fbde81fb93bad47e0080c522722 (diff) | |
download | bugzilla-24eeb9e547d9a49838dea6c796ede1ce2bcbd5f3.tar.gz bugzilla-24eeb9e547d9a49838dea6c796ede1ce2bcbd5f3.tar.xz |
Bug 1444008 - Fix sanity tests for unfiltered urlbase
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/account/auth/login.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl index c11a6afc1..8cf5e85ef 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -42,7 +42,7 @@ </p> <div id="login" class="login-form"> - <form name="login" action="[% urlbase %][% target FILTER uri FILTER html %]" method="POST" + <form name="login" action="[% urlbase FILTER html %][% target FILTER uri FILTER html %]" method="POST" [%- IF Bugzilla.cgi.param("data") %] enctype="multipart/form-data"[% END %]> <div class="field-login"> <label for="Bugzilla_login">Email Address:</label> |