diff --git a/pinaxcon/proposals/forms.py b/pinaxcon/proposals/forms.py index b2a3337c7ca9661505e584d22a80353032e12fcb..1c6da9b068339cfce47dbac388097d362e49ecb7 100644 --- a/pinaxcon/proposals/forms.py +++ b/pinaxcon/proposals/forms.py @@ -29,6 +29,13 @@ class ProposalForm(forms.ModelForm, ProposalMixIn): super(ProposalForm, self).__init__(*a, **k) self.description_required() self.abstract_required() + self.fields["additional_notes"].help_text = ("Anything else " + "you'd like the program committee to know when making their " + "selection. This is not made public. " + "Edit using " + "Markdown.") + def clean_description(self): value = self.cleaned_data["description"] diff --git a/pinaxcon/templates/static_pages/about/colophon.html b/pinaxcon/templates/static_pages/about/colophon.html index eaa67b8e9b8b8d78501784f23bcac49fe8cad8ec..c8b1dd5322989bade8bce70604f27876a9992074 100644 --- a/pinaxcon/templates/static_pages/about/colophon.html +++ b/pinaxcon/templates/static_pages/about/colophon.html @@ -12,7 +12,7 @@

Call for Proposals

-

Portions of our Call for Proposals page were drawn from ideas seen on DjangoCon EU, SeaGL, Fog City Ruby, and others. Thanks to all for their inspiration and permission to borrow!

+

Portions of our Call for Proposals page were drawn from ideas seen on DjangoCon EU, SeaGL, Fog City Ruby, and others. Thanks to all for their inspiration and permission to borrow!

Code of Conduct

diff --git a/pinaxcon/templates/static_pages/homepage.html b/pinaxcon/templates/static_pages/homepage.html index 6fee13679465a89e97b298f7ed42b07002eb7216..6e90bf5c510ed29560bb54f8df98d142f15db1dd 100644 --- a/pinaxcon/templates/static_pages/homepage.html +++ b/pinaxcon/templates/static_pages/homepage.html @@ -28,7 +28,7 @@

December 2 & 3, 2017
- Talk submissions open August 21 + Talk submissions close September 29

@@ -64,6 +64,7 @@