Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.16.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
cmurtaugh committed Nov 26, 2018
2 parents 7e5966f + 2f78a7e commit ec94212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage_people/templates/manage_people/user_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h3>No one has been manually added</h3>
{% if enrollee.can_be_deleted %}
<a class="deleteMenu delete-icon" href="#"><i class="fa fa-trash"></i></a>
{% else %}
<a class="delete-icon-disabled-tooltip" href="#" data-toggle="tooltip" title="This enrollment can only be deleted by an admin due to the users role."><i class="fa fa-trash"></i></a>
<a class="delete-icon-disabled-tooltip" href="#" data-toggle="tooltip" title="This enrollment can only be deleted by an admin due to the user's role."><i class="fa fa-trash"></i></a>
{% endif %}
<span class="roster_user_name">{{ enrollee.user.sortable_name }}</span>
<span class="label">{{ enrollee.badge_label_name }}</span>
Expand Down

0 comments on commit ec94212

Please sign in to comment.