X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=blobdiff_plain;f=influences%2Fforms.py;h=8ced120dcd8d1e854832cf7c43514f7ba4fe5270;hp=a5f414fcf3a5b4f0392a36f9ff0b3b771a10afed;hb=8c2990da8abdf2019efbbed2b6ffa88806e8a535;hpb=d2c32e093a5f0bee8f4188cb7921de62051951be diff --git a/influences/forms.py b/influences/forms.py index a5f414f..8ced120 100644 --- a/influences/forms.py +++ b/influences/forms.py @@ -67,7 +67,7 @@ def _get_influence_comment_form(allow_markup, allow_public, allow_private): class InfluenceForm(ContextModelForm): class Meta: model = Influence - fields = ('initiator', 'contact', 'summary', 'description') + fields = ('initiator', 'summary', 'other_characters', 'other_contacts', 'description') class CharacterForm(ContextModelForm): class Meta: