--- /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: