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
new_state=forms.ModelChoiceField(queryset=State.objects.filter(used=True), label='State', help_text=u"Only select 'Submitted to IESG for Publication' to correct errors. Use the document's main page to request publication.")
1202
1202
weeks=forms.IntegerField(label='Expected weeks in state',required=False)
1203
1203
comment=forms.CharField(widget=forms.Textarea, required=False, help_text="Optional comment for the document history")
0 commit comments