diff options
Diffstat (limited to 'rest_framework/utils/html.py')
| -rw-r--r-- | rest_framework/utils/html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/utils/html.py b/rest_framework/utils/html.py index c7af2284..d773952d 100644 --- a/rest_framework/utils/html.py +++ b/rest_framework/utils/html.py @@ -72,7 +72,7 @@ def parse_html_dict(dictionary, prefix): --> { 'profile': { - 'username': 'example, + 'username': 'example', 'email': 'example@example.com' } } |
