added tem table for location data
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
LAYER_CHOICES = (
|
||||
(1, _("location")),
|
||||
(1, _("templocation")),
|
||||
(2, _("Location_line")),
|
||||
(3, _("Location_polygon")),
|
||||
)
|
||||
Reference in New Issue
Block a user