c0cf93f2c62789637d7cbe87111f16c440038023
[django_unres.git] / forms.py
1 from django import forms
2
3 class TaskForm(forms.Form):
4     name = forms.CharField(max_length=20)