Skip to content

Commit 390cc67

Browse files
authored
Update widgets.py
1 parent e9359da commit 390cc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_jsonform/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def add_error(self, error_map):
104104
def media(self):
105105
css = {
106106
'all': [
107-
'django_jsonform/style.css',
107+
'django_jsonform/new_style.css',
108108
]
109109
}
110110
js = [

0 commit comments

Comments
 (0)