X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=influences%2Fforms.py;h=a5f414fcf3a5b4f0392a36f9ff0b3b771a10afed;hb=d55284fdb62ff1b4d8dec653bf13cf44b4b01022;hp=7db751735048eb1affbf7ad7608b4a41606b9ffc;hpb=164fbd42481c6be433170df9f4977a160a8a32bf;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/influences/forms.py b/influences/forms.py index 7db7517..a5f414f 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 = ('character', 'contact', 'summary', 'description') + fields = ('initiator', 'contact', 'summary', 'description') class CharacterForm(ContextModelForm): class Meta: