There was an error while loading. Please reload this page.
1 parent e040d1a commit a1b513fCopy full SHA for a1b513f
1 file changed
benefits/enrollment_init/models.py
@@ -51,7 +51,9 @@ class Meta:
51
52
53
class InitGroup(EnrollmentGroup):
54
- group_id = models.IntegerField(default=None, blank=True, help_text="The ID of the INIT FareCategory for user enrollment.")
+ group_id = models.PositiveIntegerField(
55
+ default=None, blank=True, help_text="The ID of the INIT FareCategory for user enrollment."
56
+ )
57
58
class Meta:
59
verbose_name = "INIT group"
0 commit comments