Skip to content

Commit 10e0c85

Browse files
fixed admin css file loading
1 parent 773be28 commit 10e0c85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mapbox_location_field/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class MapAdminInput(MapInput):
107107

108108
@property
109109
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",)})
111111

112112

113113
class AddressHiddenAdminInput(AddressAutoHiddenInput):

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
setup(
1212
name='django-mapbox-location-field',
13-
version='1.6.1',
13+
version='1.6.3',
1414
packages=["mapbox_location_field"],
1515
include_package_data=True,
1616
license='MIT License',
1717
description='location field with MapInput widget for picking some location',
1818
long_description=README,
1919
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",
2121
url='https://github.com/Simon-the-Shark/django-mapbox-location-field',
2222
author='Szymon Kowaliński',
2323
author_email='[email protected]',

0 commit comments

Comments
 (0)