Delete white spaces that are causing test failures

This commit is contained in:
Sylvia Pearce
2015-07-17 16:12:53 +00:00
parent c2420b0940
commit eea3b31105
4 changed files with 22 additions and 22 deletions

View File

@@ -83,7 +83,7 @@ class AccountView(APIView):
address, or null.
* name: The full name of the user.
* profile_image: A JSON representation of a user's profile image
information. This representation has the following keys.
information. This representation has the following keys.
* "has_image": Boolean indicating whether the user has a profile
image.
@@ -99,7 +99,7 @@ class AccountView(APIView):
For all text fields, plain text instead of HTML is supported. The
data is stored exactly as specified. Clients must HTML escape
rendered values to avoid script injections.
rendered values to avoid script injections.
If a user who does not have "is_staff" access requests account
information for a different user, only a subset of these fields is