parent
8c28ca0f79
commit
128148ba20
1 changed files with 3 additions and 3 deletions
6
vendor/symposion/speakers/models.py
vendored
6
vendor/symposion/speakers/models.py
vendored
|
@ -66,7 +66,7 @@ class Speaker(models.Model):
|
||||||
travel_assistance = models.BooleanField(
|
travel_assistance = models.BooleanField(
|
||||||
blank=True,
|
blank=True,
|
||||||
default=False,
|
default=False,
|
||||||
help_text=_("Check this box if you require assistance to travel to Sydney to "
|
help_text=_("Check this box if you require assistance to travel to Christchurch to "
|
||||||
"present your proposed sessions."),
|
"present your proposed sessions."),
|
||||||
verbose_name=_("Travel assistance required"),
|
verbose_name=_("Travel assistance required"),
|
||||||
)
|
)
|
||||||
|
@ -80,11 +80,11 @@ class Speaker(models.Model):
|
||||||
agreement = models.BooleanField(
|
agreement = models.BooleanField(
|
||||||
default=False,
|
default=False,
|
||||||
help_text=_("I agree to the "
|
help_text=_("I agree to the "
|
||||||
"<a href=\"https://linux.conf.au/attend/terms-and-conditions\"> "
|
"<a href=\"/attend/terms-and-conditions\"> "
|
||||||
"terms and conditions of attendance</a>, and I have read, "
|
"terms and conditions of attendance</a>, and I have read, "
|
||||||
"understood, and agree to act according to the standards set "
|
"understood, and agree to act according to the standards set "
|
||||||
"forth in our "
|
"forth in our "
|
||||||
"<a href=\"https://linux.conf.au/attend/code-of-conduct\">"
|
"<a href=\"/attend/code-of-conduct\">"
|
||||||
"Code of Conduct</a>.")
|
"Code of Conduct</a>.")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue