srg/monthplan/forms.py
2024-04-26 12:43:00 +03:00

5 lines
119 B
Python

from django import forms
class ObsIDSearchForm(forms.Form):
obsid = forms.CharField(label='obsid', max_length=11)