diff --git a/ckan/templates/organization/member_new.html b/ckan/templates/organization/member_new.html index 8c0efd0e6e8..01f0be17438 100644 --- a/ckan/templates/organization/member_new.html +++ b/ckan/templates/organization/member_new.html @@ -29,7 +29,7 @@

{% else %} - {% endif %} @@ -47,7 +47,7 @@

{{ _('If you wish to invite a new user, enter their email address.') }}
- +
{% endif %} diff --git a/ckan/templates/user/read_base.html b/ckan/templates/user/read_base.html index 5607215ac07..e9ac8bd1ef6 100644 --- a/ckan/templates/user/read_base.html +++ b/ckan/templates/user/read_base.html @@ -89,7 +89,7 @@

{{ user.display_name }}

{{ _('State') }}
-
{{ user.state }}
+
{{ _(user.state) }}
{% if c.is_myself %}