From 0c4597c4eae5b3ba35a2e53a1c70f04d8735b0df Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer <_@chrisjrn.com> Date: Fri, 22 Jul 2016 13:37:24 -0700 Subject: [PATCH] Update models.py Fixes a typo. Closes issue #31. --- symposion/speakers/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symposion/speakers/models.py b/symposion/speakers/models.py index 8edaf428..8e832901 100644 --- a/symposion/speakers/models.py +++ b/symposion/speakers/models.py @@ -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 ") )