You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deadline_time=forms.TimeField(widget=forms.TextInput(attrs={ 'placeholder': "HH:MM" }), help_text="If time is not specified, end of day is assumed", required=False)
Copy file name to clipboardExpand all lines: ietf/name/models.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -89,12 +89,12 @@ class LiaisonStatementTagName(NameModel):
89
89
"Action Required, Action Taken"
90
90
classReviewRequestStateName(NameModel):
91
91
"""Requested, Accepted, Rejected, Withdrawn, Overtaken By Events,
92
-
No Response, Completed"""
92
+
No Response, Completed"""
93
93
classReviewTypeName(NameModel):
94
94
"""Early Review, Last Call, Telechat"""
95
95
classReviewResultName(NameModel):
96
96
"""Almost ready, Has issues, Has nits, Not Ready,
97
97
On the right track, Ready, Ready with issues,
98
98
Ready with nits, Serious Issues"""
99
-
teams=models.ManyToManyField("group.Group", help_text="Which teams this result can be set for. This also implicitly defines which teams are review teams - if there are no possible review results defined for a given team, it can't be a review team.", blank=True)
99
+
teams=models.ManyToManyField("group.Group", help_text="Which teams this result can be set for. This also implicitly defines which teams are review teams - if there are no possible review results defined for a given team, it can't be a review team.", blank=True)
0 commit comments