aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/submit/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/submit/views.py')
-rw-r--r--mediagoblin/submit/views.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/mediagoblin/submit/views.py b/mediagoblin/submit/views.py
index 46ec4cea..bda77b1d 100644
--- a/mediagoblin/submit/views.py
+++ b/mediagoblin/submit/views.py
@@ -60,7 +60,9 @@ def submit_start(request):
entry['media_type'] = u'image' # heh
entry['uploader'] = request.user['_id']
- entry['tags'] = convert_to_tag_list(request.POST.get('tags'))
+
+ # Process the user's folksonomy "tags"
+ entry['tags'] = convert_to_tag_list(request)
# Save, just so we can get the entry id for the sake of using
# it to generate the file path