From e70b82b6c890eed5088a8f1b2f3aa642d5218398 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 12 Nov 2014 15:38:39 +0000 Subject: [PATCH] Update html.py --- rest_framework/utils/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_framework/utils/html.py b/rest_framework/utils/html.py index c7af22843..d773952dc 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' } }