summaryrefslogtreecommitdiffstats
path: root/extensions/UserProfile
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2014-04-29 08:15:36 +0200
committerByron Jones <glob@mozilla.com>2014-04-29 08:15:36 +0200
commitcbfb59880775ab09074e62fda5b6f44be840ebaa (patch)
treeef5c126547caaf998b297dcc13fd425154352483 /extensions/UserProfile
parent801f64b3a10c6fd70f9e8c038f6fc48532b2fda1 (diff)
downloadbugzilla-cbfb59880775ab09074e62fda5b6f44be840ebaa.tar.gz
bugzilla-cbfb59880775ab09074e62fda5b6f44be840ebaa.tar.xz
fix accounts always showing as disabled on user profile
Diffstat (limited to 'extensions/UserProfile')
-rw-r--r--extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl
index a8760d96e..b7f7e56f2 100644
--- a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl
+++ b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl
@@ -70,7 +70,7 @@
<th>Email</th>
<td colspan="2">
<a href="mailto:[% target.login FILTER uri %]">[% target.login FILTER html %]</a>
- [% " (disabled)" UNLESS target.enabled %]
+ [% " (disabled)" UNLESS target.is_enabled %]
</td>
</tr>
[% END %]