Removes character update form.
This commit is contained in:
parent
0ed56ad78f
commit
0886b8ef28
1 changed files with 0 additions and 4 deletions
|
|
@ -83,10 +83,6 @@ class CharacterForm(forms.Form):
|
|||
|
||||
return buckets
|
||||
|
||||
class CharacterUpdateForm(CharacterForm):
|
||||
class Meta:
|
||||
fields = ('description',)
|
||||
|
||||
class ExtendedCharacterForm(CharacterForm):
|
||||
|
||||
GENDERS = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue