aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/register/forms.py
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-10-11 17:24:54 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-10-11 17:24:54 +0100
commit65b22a3bd3f392422fb2ec9fffc51b70d20cc5aa (patch)
treee996501f6fc647a54a67f9117a8145776ce18f80 /ctrack/register/forms.py
parent61e4e92cf683520eb53b4c1d1889f3256a8b754b (diff)
fleshed out more testing
Diffstat (limited to '')
-rw-r--r--ctrack/register/forms.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctrack/register/forms.py b/ctrack/register/forms.py
index cff2fe4..b09804e 100644
--- a/ctrack/register/forms.py
+++ b/ctrack/register/forms.py
@@ -9,14 +9,14 @@ from ctrack.organisations.models import Person, Organisation
from ctrack.register.models import (
EngagementEvent,
EngagementType,
- MeetingEvent,
CAFSingleDateEvent,
+ SingleDateTimeEvent,
)
class AddMeetingForm(forms.ModelForm):
class Meta:
- model = MeetingEvent
+ model = SingleDateTimeEvent
fields = [
"type_descriptor",
"short_description",