]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 181960 Reason for account being disabled is not shown
authorbugreport%peshkin.net <>
Tue, 26 Nov 2002 14:33:28 +0000 (14:33 +0000)
committerbugreport%peshkin.net <>
Tue, 26 Nov 2002 14:33:28 +0000 (14:33 +0000)
Patch by joel
r,a=justdave

template/en/default/global/user-error.html.tmpl

index 885cf24cd1352772e5c012f15af254d6873c470a..af72873c4efa1cd521535f28e45bf4b1deaa4ba1 100644 (file)
@@ -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.