Update models.py

Fixes a typo.

Closes issue #31.
This commit is contained in:
Christopher Neugebauer 2016-07-22 13:37:24 -07:00 committed by GitHub
parent c5e9152b4c
commit 0c4597c4ea

View file

@ -87,7 +87,7 @@ class Speaker(models.Model):
)
agreement = models.BooleanField(
default=False,
help_text=_("I agree to the terms and confitions of attendance, and "
help_text=_("I agree to the terms and conditions of attendance, and "
"I have read, understood, and agree to act according to "
"the standards set forth in our Code of Conduct ")
)