Skip to content

Commit

Permalink
fix typo for document_upload_size
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Feb 2, 2022
1 parent 1572fc5 commit e521b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode_mapstore_client/context_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def resource_urls(request):
'DEFAULT_MAP_ZOOM': getattr(settings, "DEFAULT_MAP_ZOOM", 0),
'DEFAULT_TILE_SIZE': getattr(settings, "DEFAULT_TILE_SIZE", 512),
'DATASET_MAX_UPLOAD_SIZE': get_max_upload_size("dataset_upload_size"),
'DOCUMENT_MAX_UPLOAD_SIZE': get_max_upload_size("documet_upload_size"),
'DOCUMENT_MAX_UPLOAD_SIZE': get_max_upload_size("document_upload_size"),
'DEFAULT_LAYER_FORMAT': getattr(settings, "DEFAULT_LAYER_FORMAT", 'image/png'),
'ALLOWED_DOCUMENT_TYPES': getattr(settings, "ALLOWED_DOCUMENT_TYPES", []),
'LANGUAGES': getattr(settings, "LANGUAGES", []),
Expand Down

0 comments on commit e521b09

Please sign in to comment.