Merge with upstream.
authorhamidouk
Mon, 06 Feb 2012 11:52:17 +0100
changeset 529 d2c99cb03187
parent 528 8802151cc370 (current diff)
parent 527 348844fc63ce (diff)
child 531 7bb62216b289
child 536 cce3b4845f22
Merge with upstream.
--- a/src/ldt/ldt/ldt_utils/forms.py	Mon Feb 06 11:51:56 2012 +0100
+++ b/src/ldt/ldt/ldt_utils/forms.py	Mon Feb 06 11:52:17 2012 +0100
@@ -68,6 +68,8 @@
         if not iriurl_data:
             iriurl_data = "%s/%s.iri" % (iri_id_data, iri_id_data)    
         cleaned_data['iriurl'] = iriurl_data
+        # we add a comma to the tag list, to force comma separated list and enable tags with spaces.
+        cleaned_data['tags'] = cleaned_data['tags'] + ','
         return cleaned_data
     
     class Meta: