diff options
| author | Tom Christie | 2014-11-12 15:38:39 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-11-12 15:38:39 +0000 | 
| commit | e70b82b6c890eed5088a8f1b2f3aa642d5218398 (patch) | |
| tree | 0954fcc8afba79a5f9a97ec9832383d6a2610587 | |
| parent | 1838e18aeea1bfa5f033fb12adbd97e19231c8a1 (diff) | |
| download | django-rest-framework-e70b82b6c890eed5088a8f1b2f3aa642d5218398.tar.bz2 | |
Update 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'          }      } | 
