From 750fdb5d8bb8ab99da479ffa27b33e624a080711 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sun, 1 Feb 2009 13:49:19 +0100 Subject: [PATCH] Add type to the CharacterForm. --- influences/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.30.2