Refactored checkout steps

This commit is contained in:
Raphael Michel
2015-10-04 17:14:53 +02:00
parent 2e9157cbef
commit 4c6b292968
15 changed files with 549 additions and 348 deletions

View File

@@ -4,7 +4,7 @@ from django.utils.translation import ugettext_lazy as _
from pretix.base.models import Question
class GuestForm(forms.Form):
class ContactForm(forms.Form):
email = forms.EmailField(label=_('E-mail'))