update
This commit is contained in:
5
rog/choices.py
Normal file
5
rog/choices.py
Normal file
@ -0,0 +1,5 @@
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
LAYER_CHOICES = (
|
||||
(1, _("locations")),
|
||||
)
|
||||
Reference in New Issue
Block a user