mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 21:47:17 +02:00
Removes character update form.
This commit is contained in:
parent
0ed56ad78f
commit
0886b8ef28
1 changed files with 0 additions and 4 deletions
|
|
@ -82,10 +82,6 @@ class CharacterForm(forms.Form):
|
|||
indices = [i for (i, value) in enumerate(buckets) if (value < min_points) or (value < max_points)]
|
||||
|
||||
return buckets
|
||||
|
||||
class CharacterUpdateForm(CharacterForm):
|
||||
class Meta:
|
||||
fields = ('description',)
|
||||
|
||||
class ExtendedCharacterForm(CharacterForm):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue