Skip to content

Commit

Permalink
Minor reformat to obey 80 char limit
Browse files Browse the repository at this point in the history
  • Loading branch information
awgreenblatt committed Jul 4, 2018
1 parent e0aa611 commit c3afbd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin_view_permission/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ def get_form(self, request, obj=None, **kwargs):
# TODO: help_text
if not self._has_change_only_permission(request):
password_field.help_text = _(
"Raw passwords are not stored, so there is no way to see this "
"user's password."
"Raw passwords are not stored, so there is no way to "
"see this user's password."
)
else:
password_field.help_text = _(
Expand Down

0 comments on commit c3afbd1

Please sign in to comment.