X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=influences%2Fforms.py;h=754a2192a85927944091734d7e9433c151ec22bc;hb=dc7fe78206756cecc85a3d3271e455c4d1e0cc76;hp=a060368380e41b1eb1fd3cfed39c965b7d2108c9;hpb=151e824953590233102faa90aa44470a4a6f5a44;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/influences/forms.py b/influences/forms.py index a060368..754a219 100644 --- a/influences/forms.py +++ b/influences/forms.py @@ -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: