Skip to content
Snippets Groups Projects
Commit e8df68e0 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Reformat

parent a54ccba6
No related branches found
No related tags found
1 merge request!12Resolve "Send mail to guradians and/or participants from registration"
Pipeline #58373 failed
......@@ -11,8 +11,7 @@ from django.utils.decorators import method_decorator
from django.utils.text import slugify
from django.utils.translation import ugettext as _
from django.views.decorators.cache import never_cache
from django.views.generic import TemplateView
from django.views.generic import FormView
from django.views.generic import FormView, TemplateView
from django.views.generic.detail import DetailView
import reversion
......@@ -37,7 +36,7 @@ from .forms import (
EditTermForm,
EditVoucherForm,
GenerateListForm,
RegistrationNotificationForm
RegistrationNotificationForm,
)
from .models import Event, EventRegistration, InfoMailing, Terms, Voucher
from .tables import (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment