from django.template.loader import render_to_string
from django.template import RequestContext
from django.utils.translation import ugettext_lazy as _
from django.template.loader import render_to_string
from django.template import RequestContext
from django.utils.translation import ugettext_lazy as _
required_css_class = 'required'
contact = forms.EmailField(label=_('E-mail'), max_length=128)
required_css_class = 'required'
contact = forms.EmailField(label=_('E-mail'), max_length=128)