This commit is contained in:
2022-03-02 19:24:56 +05:30
parent 0d3b3279de
commit 48176ab935
5 changed files with 259 additions and 3 deletions

View File

@ -2,4 +2,6 @@ from django.utils.translation import gettext_lazy as _
LAYER_CHOICES = (
(1, _("locations")),
(2, _("locations_line")),
(3, _("locations_polygon")),
)