X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=influences%2Fforms.py;h=fc7d9497e64410fcbea3c9db8c457c047cc7c870;hb=f5139459039388e2925d6eec49f6ce883ea1fffa;hp=a5f414fcf3a5b4f0392a36f9ff0b3b771a10afed;hpb=d55284fdb62ff1b4d8dec653bf13cf44b4b01022;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/influences/forms.py b/influences/forms.py index a5f414f..fc7d949 100644 --- a/influences/forms.py +++ b/influences/forms.py @@ -67,10 +67,10 @@ 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: model = Character - fields = ('name') + fields = ('name', 'type')