Remove user script

This commit is contained in:
cuom1999 2024-01-13 19:05:36 -06:00
parent e09008bcb7
commit 80b91435cf
8 changed files with 17 additions and 37 deletions

View file

@ -78,12 +78,10 @@ class ProfileForm(ModelForm):
"timezone",
"language",
"ace_theme",
"user_script",
"profile_image",
"css_background",
]
widgets = {
"user_script": AceWidget(theme="github"),
"timezone": Select2Widget(attrs={"style": "width:200px"}),
"language": Select2Widget(attrs={"style": "width:200px"}),
"ace_theme": Select2Widget(attrs={"style": "width:200px"}),