File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ class MapAdminInput(MapInput):
107
107
108
108
@property
109
109
def media (self ):
110
- return Media (css = {"all" : ("mapbox_location_field/css/address_input .css" ,)})
110
+ return Media (css = {"all" : ("mapbox_location_field/css/map_input .css" ,)})
111
111
112
112
113
113
class AddressHiddenAdminInput (AddressAutoHiddenInput ):
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = 'django-mapbox-location-field' ,
13
- version = '1.6.1 ' ,
13
+ version = '1.6.3 ' ,
14
14
packages = ["mapbox_location_field" ],
15
15
include_package_data = True ,
16
16
license = 'MIT License' ,
17
17
description = 'location field with MapInput widget for picking some location' ,
18
18
long_description = README ,
19
19
long_description_content_type = "text/markdown" ,
20
- download_url = "https://github.com/Simon-the-Shark/django-mapbox-location-field/archive/v1.6.1 .tar.gz" ,
20
+ download_url = "https://github.com/Simon-the-Shark/django-mapbox-location-field/archive/v1.6.3 .tar.gz" ,
21
21
url = 'https://github.com/Simon-the-Shark/django-mapbox-location-field' ,
22
22
author = 'Szymon Kowaliński' ,
23
23
You can’t perform that action at this time.
0 commit comments