X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=influences%2Fforms.py;h=fc7d9497e64410fcbea3c9db8c457c047cc7c870;hb=750fdb5d8bb8ab99da479ffa27b33e624a080711;hp=8ced120dcd8d1e854832cf7c43514f7ba4fe5270;hpb=31b568b8f923b0d146c6090527f0c41fa4b6c7b9;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/influences/forms.py b/influences/forms.py index 8ced120..fc7d949 100644 --- a/influences/forms.py +++ b/influences/forms.py @@ -72,5 +72,5 @@ class InfluenceForm(ContextModelForm): class CharacterForm(ContextModelForm): class Meta: model = Character - fields = ('name') + fields = ('name', 'type')