mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 02:06:32 +01:00
Removes character update form.
This commit is contained in:
parent
4ca72cc9fe
commit
c31a2f0796
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