Add a Influences.type field (Influence / Notification).
[matthijs/projects/xerxes.git] / influences / forms.py
index a060368380e41b1eb1fd3cfed39c965b7d2108c9..754a2192a85927944091734d7e9433c151ec22bc 100644 (file)
@@ -68,7 +68,7 @@ def _get_influence_comment_form(allow_markup, allow_public, allow_private):
 class InfluenceForm(ContextModelForm):
     class Meta:
         model = Influence
-        fields = ('character', 'contact', 'summary', 'description')
+        fields = ('type', 'character', 'contact', 'summary', 'description')
 
 class CharacterForm(ContextModelForm):
     class Meta: