Files
Ildus Kurbangaliev a5616f682b initial
2011-03-16 00:33:59 +05:00

7 lines
98 B
Python

from django import forms
class EchoForm(forms.Form):
msg = forms.CharField(max_length=128)