Where did this o come from.
This commit is contained in:
parent
80873214d6
commit
62615b8133
@ -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?
|
||||
|
Loading…
x
Reference in New Issue
Block a user