Where did this o come from.

This commit is contained in:
Christopher Allan Webber 2011-04-02 11:20:36 -05:00
parent 80873214d6
commit 62615b8133

View File

@ -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?