add tags in profile edit (fixes #19)
authorraph
Thu, 21 Jan 2010 15:29:20 +0100
changeset 110 f0d097bff6b2
parent 109 4cb55b9d194e
child 115 3ba2d2da386f
child 116 5ef5e558e361
add tags in profile edit (fixes #19)
src/cm/views/user.py
--- a/src/cm/views/user.py	Thu Jan 21 11:43:58 2010 +0100
+++ b/src/cm/views/user.py	Thu Jan 21 15:29:20 2010 +0100
@@ -207,7 +207,7 @@
 class MyUserProfileForm(ModelForm):
     class Meta:
         model = UserProfile
-        fields = ('allow_contact', 'preferred_language')
+        fields = ('allow_contact', 'preferred_language', 'tags')
 
 class UserProfileAddForm(ModelForm):
     class Meta: