diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-04-02 11:20:36 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-04-02 11:20:36 -0500 |
commit | 62615b8133fcb3ee961a0d81cb01f993b5b34c03 (patch) | |
tree | fa9cc7cd865e498745af88893d7e4f1ee8c556ff /mediagoblin/views.py | |
parent | 80873214d6939b7355c9a5fdadbb8a35bf457594 (diff) | |
download | mediagoblin-62615b8133fcb3ee961a0d81cb01f993b5b34c03.tar.lz mediagoblin-62615b8133fcb3ee961a0d81cb01f993b5b34c03.tar.xz mediagoblin-62615b8133fcb3ee961a0d81cb01f993b5b34c03.zip |
Where did this o come from.
Diffstat (limited to 'mediagoblin/views.py')
-rw-r--r-- | mediagoblin/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/views.py b/mediagoblin/views.py index e286e950..37ed3a62 100644 --- a/mediagoblin/views.py +++ b/mediagoblin/views.py @@ -40,7 +40,7 @@ def submit_test(request): entry = request.db.MediaEntry() entry['title'] = request.POST['title'] - entry['description'] = request.POST.get(['description'])o + entry['description'] = request.POST.get(['description']) entry['media_type'] = u'image' # TODO this does NOT look save, we should clean the filename somenow? |