This commit is contained in:
Laura Klünder 2016-12-19 18:57:07 +01:00
parent 1b04d0c06a
commit 9caaf2a8f0
2 changed files with 26 additions and 1 deletions

View file

@ -87,7 +87,7 @@ class LocationModelMixin(Location):
LOCATION_ROUTING_INCLUSION = (
('default', _('Default, include if map package is unlocked')),
('allow_exclude', _('Included, but allow excluding')),
('allow_include', _('Excluded, but allow includinge')),
('allow_include', _('Excluded, but allow including')),
('needs_permission', _('Excluded, needs permission to include')),
)