fix canreportmistake label
This commit is contained in:
parent
d9e48aa561
commit
43aaf777f6
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ class LocationGroup(Location, models.Model):
|
||||||
MULTIPLE = "multiple", _("offer if nothing in the first step matches, multiple choice")
|
MULTIPLE = "multiple", _("offer if nothing in the first step matches, multiple choice")
|
||||||
|
|
||||||
class CanReportMistake(models.TextChoices):
|
class CanReportMistake(models.TextChoices):
|
||||||
ALLOW = "allow", _("don't offer")
|
ALLOW = "allow", _("allow")
|
||||||
REJECT = "reject", _("reject for all locations with this group")
|
REJECT = "reject", _("reject for all locations with this group")
|
||||||
|
|
||||||
category = models.ForeignKey(LocationGroupCategory, related_name='groups', on_delete=models.PROTECT,
|
category = models.ForeignKey(LocationGroupCategory, related_name='groups', on_delete=models.PROTECT,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue