# Netgis map update
* implements newest version of netgis map client
This commit is contained in:
@@ -33,6 +33,7 @@ class SimpleGeomForm(BaseForm):
|
||||
label_suffix="",
|
||||
required=False,
|
||||
disabled=False,
|
||||
template_name="output"
|
||||
)
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
||||
@@ -189,7 +189,6 @@ STATIC_ROOT = os.path.join(BASE_DIR, "static")
|
||||
STATICFILES_DIRS = [
|
||||
os.path.join(BASE_DIR, 'konova/static'),
|
||||
os.path.join(BASE_DIR, 'templates/map/client'), # NETGIS map client files
|
||||
os.path.join(BASE_DIR, 'templates/map/client/libs'), # NETGIS map client files
|
||||
]
|
||||
|
||||
# EMAIL (see https://docs.djangoproject.com/en/dev/topics/email/)
|
||||
|
||||
Reference in New Issue
Block a user