Reorder all imports

This commit is contained in:
2019-08-19 23:53:34 +02:00
parent 73fe51ba9c
commit 3e5b41de1d
103 changed files with 240 additions and 160 deletions

View File

@ -1,6 +1,6 @@
from envelope.forms import ContactForm
from crispy_forms.helper import FormHelper
from crispy_forms.layout import Submit
from envelope.forms import ContactForm
class ContactForm(ContactForm):

View File

@ -1,3 +1,2 @@
# from django.test import TestCase
# Create your tests here.

View File

@ -1,7 +1,6 @@
from braces.views import FormMessagesMixin
from envelope.views import ContactView
from django.utils.translation import ugettext_lazy as _
from envelope.views import ContactView
from .forms import ContactForm