Remove obsolete ExplorerChangeForm.

This commit is contained in:
Marcus Scholz 2020-12-24 20:22:33 +01:00
parent 648264c9fc
commit 3a20a60f05

View File

@ -35,11 +35,6 @@ class ExplorerCreationForm(UserCreationForm):
fetched_voucher.delete()
return True
class ExplorerChangeForm(UserChangeForm):
class Meta:
model = User
fields = ('username', 'email', 'first_name', 'last_name')
class PlaceForm(forms.ModelForm):
class Meta:
model = Place