diff options
author | bugreport%peshkin.net <> | 2002-11-26 15:33:28 +0100 |
---|---|---|
committer | bugreport%peshkin.net <> | 2002-11-26 15:33:28 +0100 |
commit | dd668cbbea4284ae2d70c1f9111d95a496cd77c5 (patch) | |
tree | d2433cfe4bffee2ed56f4d4dad22ad017a8eff49 /template | |
parent | 9c07e003b12869792fdad5637e4f76789ffdaf2e (diff) | |
download | bugzilla-dd668cbbea4284ae2d70c1f9111d95a496cd77c5.tar.gz bugzilla-dd668cbbea4284ae2d70c1f9111d95a496cd77c5.tar.xz |
Bug 181960 Reason for account being disabled is not shown
Patch by joel
r,a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 885cf24cd..af72873c4 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -43,7 +43,7 @@ [% ELSIF error == "account_disabled" %] [% title = "Account Disabled" %] - [% disabledreason %] + [% disabled_reason %] <hr> If you believe your account should be restored, please send email to [% Param("maintainer") %] explaining why. |