This commit is contained in:
Mohamed Nouffer
2022-04-07 14:53:11 +05:30
parent cdeeb95366
commit d373283025
6 changed files with 306 additions and 22 deletions

View File

@ -1,7 +1,7 @@
from django.utils.translation import gettext_lazy as _
LAYER_CHOICES = (
(1, _("locations")),
(1, _("location")),
(2, _("Location_line")),
(3, _("Location_polygon")),
)