aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2014-11-12 15:38:39 +0000
committerTom Christie2014-11-12 15:38:39 +0000
commite70b82b6c890eed5088a8f1b2f3aa642d5218398 (patch)
tree0954fcc8afba79a5f9a97ec9832383d6a2610587
parent1838e18aeea1bfa5f033fb12adbd97e19231c8a1 (diff)
downloaddjango-rest-framework-e70b82b6c890eed5088a8f1b2f3aa642d5218398.tar.bz2
Update html.py
-rw-r--r--rest_framework/utils/html.py2
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'
}
}