Remove test_site
This commit is contained in:
parent
58e4b16a90
commit
304fa0e0f3
4 changed files with 0 additions and 24 deletions
|
@ -65,10 +65,6 @@ class UserForm(ModelForm):
|
|||
|
||||
|
||||
class ProfileForm(ModelForm):
|
||||
test_site = forms.BooleanField(
|
||||
label=_("Enable experimental features"), initial=False, required=False
|
||||
)
|
||||
|
||||
class Meta:
|
||||
model = Profile
|
||||
fields = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue