Skip to content

Commit

Permalink
Merge pull request #5051 from usingsky/fix_private_label
Browse files Browse the repository at this point in the history
small ui fixes
  • Loading branch information
amercader committed Nov 5, 2019
2 parents 6f64165 + 0fc57cf commit 5bd7fd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ckan/templates/user/edit_user_form.html
Expand Up @@ -27,7 +27,7 @@
{{ form.input('old_password',
type='password',
label=_('Sysadmin Password') if is_sysadmin else _('Old Password'),
id='field-password',
id='field-password-old',
value=data.oldpassword,
error=errors.oldpassword,
classes=['control-medium'],
Expand Down
2 changes: 1 addition & 1 deletion ckan/templates/user/read_base.html
Expand Up @@ -79,7 +79,7 @@ <h1 class="heading">{{ user.display_name }}</h1>
</dl>
{% if is_myself %}
<dl>
<dt>{{ _('Email') }} <span class="label" title="{{ _('This means only you can see this') }}">{{ _('Private') }}</span></dt>
<dt>{{ _('Email') }} <span class="label label-default" title="{{ _('This means only you can see this') }}">{{ _('Private') }}</span></dt>
<dd>{{ user.email }}</dd>
</dl>
{% endif %}
Expand Down

0 comments on commit 5bd7fd9

Please sign in to comment.