From dd668cbbea4284ae2d70c1f9111d95a496cd77c5 Mon Sep 17 00:00:00 2001 From: "bugreport%peshkin.net" <> Date: Tue, 26 Nov 2002 14:33:28 +0000 Subject: Bug 181960 Reason for account being disabled is not shown Patch by joel r,a=justdave --- template/en/default/global/user-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') 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 %]
If you believe your account should be restored, please send email to [% Param("maintainer") %] explaining why. -- cgit v1.2.3-24-g4f1b