Merge with f0d097bff6b24c351716139ea4cc4c6b91be6612
authorrbernard
Thu, 21 Jan 2010 21:15:20 +0100
changeset 115 3ba2d2da386f
parent 114 49647a504de8 (current diff)
parent 110 f0d097bff6b2 (diff)
child 117 17a9fbf356a9
Merge with f0d097bff6b24c351716139ea4cc4c6b91be6612
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/cm/locale/TRANSLATION_LICENSE.txt	Thu Jan 21 21:15:20 2010 +0100
@@ -0,0 +1,6 @@
+Interface translation for COMT: Web-based text annotation
+Copyright (C) 2006-2010 Sopinspace, Society for Public Information Spaces, www.sopinspace.com
+Translator name(s) indicated in each language file
+
+The translations for the interface messages are licensed under a Creative Commons Attribution License, http://creativecommons.org/licenses/by/3.0/
+
--- a/src/cm/views/user.py	Thu Jan 21 21:11:32 2010 +0100
+++ b/src/cm/views/user.py	Thu Jan 21 21:15: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: