update
This commit is contained in:
@ -2,6 +2,6 @@ from django.utils.translation import gettext_lazy as _
|
||||
|
||||
LAYER_CHOICES = (
|
||||
(1, _("locations")),
|
||||
(2, _("locations_line")),
|
||||
(3, _("locations_polygon")),
|
||||
(2, _("Location_line")),
|
||||
(3, _("Location_polygon")),
|
||||
)
|
||||
Reference in New Issue
Block a user