Further branding updates
This commit is contained in:
parent
2a3944baa7
commit
f16b33cf17
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ class Proposal(ProposalBase):
|
|||
|
||||
materials_release = models.BooleanField(
|
||||
default=True,
|
||||
help_text="I allow Linux Australia to release any other material "
|
||||
help_text="I allow Software Freedom Conservancy to release any other material "
|
||||
"(such as slides) from presentations covered by this proposal, under "
|
||||
"the <a "
|
||||
"href='https://creativecommons.org/licenses/by-sa/3.0/au/deed.en'> "
|
||||
|
@ -152,7 +152,7 @@ class MiniconfSessionProposal(Proposal):
|
|||
ticket_acknowledgement = models.BooleanField(
|
||||
default=False,
|
||||
help_text="I understand that I will be required to purchase a conference ticket "
|
||||
"and arrange my own travel and accommodation, as linux.conf.au miniconfs are unfunded community run events."
|
||||
"and arrange my own travel and accommodation."
|
||||
)
|
||||
|
||||
class Meta:
|
||||
|
|
Loading…
Reference in a new issue