Add a DropDownMultiple form widget.
[matthijs/projects/xerxes.git] / influences / forms.py
index 7db751735048eb1affbf7ad7608b4a41606b9ffc..fc7d9497e64410fcbea3c9db8c457c047cc7c870 100644 (file)
@@ -67,10 +67,10 @@ def _get_influence_comment_form(allow_markup, allow_public, allow_private):
 class InfluenceForm(ContextModelForm):
     class Meta:
         model = Influence
-        fields = ('character', 'contact', 'summary', 'description')
+        fields = ('initiator', 'summary', 'other_characters', 'other_contacts', 'description')
 
 class CharacterForm(ContextModelForm):
     class Meta:
         model = Character
-        fields = ('name')
+        fields = ('name', 'type')